-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d2d42fb
commit cf8ebf1
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Companion Codebase | ||
|
||
This book comes with a series of [code examples, one for each of the pages in the book]. You can run any of the examples from your command line like so: | ||
|
||
```shell | ||
cd companion-code/esplora | ||
cargo run --bin esplora | ||
``` | ||
|
||
Alternatively, if you have the [just] tool installed, you can use: | ||
```shell | ||
cd companion-code | ||
just esplora | ||
``` | ||
|
||
[code examples, one for each of the pages in the book]: https://github.com/bitcoindevkit/book-of-bdk/tree/master/companion-code | ||
[just]: https://github.com/casey/just |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters