The directories here each contain an example showcased in the book. If you have the just tool installed, you can launch any of the examples using
just <directoryname>
Alternatively, you can run
cd <directoryname>
cargo run --bin <cratename>
- The ./electrum/ example is the companion to the Electrum Wallet page.
- The ./esplora/ example is the companion to the Esplora Wallet page.