Skip to content

Commit 854f072

Browse files
committed
README.md:use bdk-cli for all instances
1 parent 6d84b96 commit 854f072

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This crate can be used for the following purposes:
3838

3939
If you are considering using BDK in your own wallet project bdk-cli is a nice playground to get started with. It allows easy testnet and regtest wallet operations, to try out what's possible with descriptors, miniscript, and BDK APIs. For more information on BDK refer to the [website](https://bitcoindevkit.org/) and the [rust docs](https://docs.rs/bdk/latest/bdk/index.html)
4040

41-
bdk-cli can be compiled with different features to suit your experimental needs.
41+
`bdk-cli` can be compiled with different features to suit your experimental needs.
4242

4343
- Database Options
4444
- `key-value-db` : Sets the wallet database to a `sled` db.
@@ -50,10 +50,10 @@ bdk-cli can be compiled with different features to suit your experimental needs.
5050
- `esplora-ureq` or `esplora-reqwest` : Connects the wallet to an esplora server synchronously or asynchronously.
5151

5252
- Extra Utility Tools
53-
- `repl` : use bdk-cli as a [REPL](https://codewith.mu/en/tutorials/1.0/repl) shell (useful for quick manual testing of wallet operations).
54-
- `compiler` : opens up bdk-cli policy compiler commands.
53+
- `repl` : use `bdk-cli` as a [REPL](https://codewith.mu/en/tutorials/1.0/repl) shell (useful for quick manual testing of wallet operations).
54+
- `compiler` : opens up `bdk-cli` policy compiler commands.
5555
- `verify` : uses `bitcoinconsensus` to verify transactions at every `sync` call of the wallet.
56-
- `reserves` : opens up bdk-cli **Proof of Reserves** operation commands using the [bdk-reserves plugin](https://github.com/bitcoindevkit/bdk-reserves). (requires the `electrum` feature)
56+
- `reserves` : opens up `bdk-cli` **Proof of Reserves** operation commands using the [bdk-reserves plugin](https://github.com/bitcoindevkit/bdk-reserves). (requires the `electrum` feature)
5757

5858
- Automated Node Backend
5959
- `regtest-bitcoin` : Auto deploys a regtest `bitcoind` node, connects the wallet, and exposes core rpc commands via `bdk-cli node` subcommands.

0 commit comments

Comments
 (0)