Skip to content

Commit 8dce5dc

Browse files
committed
update readme
1 parent ecea7fd commit 8dce5dc

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

examples/example_wallet_hwi_signer/README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,23 @@
55

66
sudo apt install libudev-dev
77

8-
98
## Build and run
109

1110
`$ cargo run `
1211

12+
## Running with simulator
13+
14+
Download a simulator at `https://github.com/BitBoxSwiss/bitbox02-firmware/releases/`.
15+
16+
Run the simulator and then run the example with `--features=simulator` enabled.
17+
18+
```sh
19+
20+
curl https://github.com/BitBoxSwiss/bitbox02-firmware/releases/download/firmware%2Fv9.19.0/bitbox02-multi-v9.19.0-simulator1.0.0-linux-amd64
21+
22+
./bitbox02-multi-v9.19.0-simulator1.0.0-linux-amd64
23+
24+
cargo run --features=simulator
25+
```
26+
27+

0 commit comments

Comments
 (0)