mirror of
https://github.com/stakwork/sphinx-key.git
synced 2026-02-10 10:15:30 +01:00
8e2273fc6c9c2a323c5b3b5af00e7c7fa4c565ff
cd sphinx-key
These notes were tested for macOS
deps
cargo nightly:
rustup install nightly
rustup component add rust-src --toolchain nightly
rustup default nightly
python 3.7 or higher is required
cargo sub-commands
cargo install cargo-generate
cargo install ldproxy
cargo install espflash
cargo install espmonitor
build
cargo build
flash
espflash /dev/tty.SLAB_USBtoUART target/riscv32imc-esp-espidf/debug/sphinx-key
If the above command does not work, try this one below:
espflash target/riscv32imc-esp-espidf/debug/sphinx-key
monitor
espmonitor /dev/ttyUSB0
Description
Languages
Rust
95.6%
Shell
3.1%
Dockerfile
1.1%
Makefile
0.2%