We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecea7fd commit 8dce5dcCopy full SHA for 8dce5dc
examples/example_wallet_hwi_signer/README.md
@@ -5,8 +5,23 @@
5
6
sudo apt install libudev-dev
7
8
-
9
## Build and run
10
11
`$ cargo run `
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