Skip to content

Commit f495357

Browse files
committed
docs: Update stated bdk_wallet version
- update the stated used bdk_wallet version in README - fix the review comments for installation prerequisite
1 parent d787fa0 commit f495357

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
## About
2828

2929
**EXPERIMENTAL**
30-
This crate has been updated to use `bdk_wallet` 1.x. Only use for testing on test networks.
30+
31+
This crate has been updated to use `bdk_wallet` 2.x. Only use for testing on test networks.
3132

3233
This project provides a command-line Bitcoin wallet application using the latest [BDK Wallet APIs](https://docs.rs/bdk_wallet/1.0.0/bdk_wallet/index.html) and chain sources ([RPC](https://docs.rs/bdk_bitcoind_rpc/0.18.0/bdk_bitcoind_rpc/index.html), [Electrum](https://docs.rs/bdk_electrum/0.21.0/bdk_electrum/index.html), [Esplora](https://docs.rs/bdk_esplora/0.21.0/bdk_esplora/), [Kyoto](https://docs.rs/bdk_kyoto/0.9.0/bdk_kyoto/)). This might look tiny and innocent, but by harnessing the power of BDK it provides a powerful generic descriptor based command line wallet tool.
3334
And yes, it can do Taproot!!
@@ -58,12 +59,15 @@ The `default` feature set is `repl` and `sqlite`. With the `default` features, `
5859
## Install bdk-cli
5960

6061
### Prerequisites
61-
Building BDK requires gcc. If you do not have this installed run:
62+
63+
Building BDK requires `gcc`. If you do not have this installed run:
64+
6265
``` shell
6366
sudo apt-get install build-essential
64-
````
67+
```
6568

6669
### From source
70+
6771
To install a dev version of `bdk-cli` from a local git repo with the `electrum` blockchain client enabled:
6872

6973
```shell
@@ -88,6 +92,7 @@ Available blockchain client features are:
8892
`electrum`, `esplora`, `kyoto`, `rpc`.
8993

9094
### From crates.io
95+
9196
You can install the binary for the latest tag of `bdk-cli` with online wallet features
9297
directly from [crates.io](https://crates.io/crates/bdk-cli) with a command as below:
9398
```sh

0 commit comments

Comments
 (0)