]> Untitled Git - bdk-cli/commitdiff
docs: Update stated bdk_wallet version
authorVihiga Tyonum <withtvpeter@gmail.com>
Mon, 9 Mar 2026 09:41:11 +0000 (10:41 +0100)
committerVihiga Tyonum <withtvpeter@gmail.com>
Mon, 9 Mar 2026 11:01:13 +0000 (12:01 +0100)
- update the stated used bdk_wallet version in
README
- fix the review comments for installation
prerequisite

README.md

index ddb9754b20c8cd24664530ca1fa01b984cac7bc1..02a15cce7e38304953062365604ef3320bb5d5c0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -27,7 +27,8 @@
 ## About
 
 **EXPERIMENTAL**
-This crate has been updated to use `bdk_wallet` 1.x. Only use  for testing on test networks.
+
+This crate has been updated to use `bdk_wallet` 2.x. Only use  for testing on test networks.
 
 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.
 And yes, it can do Taproot!!
@@ -58,12 +59,15 @@ The `default` feature set is `repl` and `sqlite`. With the `default` features, `
 ## Install bdk-cli
 
 ### Prerequisites
-Building BDK requires gcc. If you do not have this installed run:
-``` shell
+
+Building BDK requires `gcc`. If you do not have this installed run:
+
+```shell
 sudo apt-get install build-essential
-````
+```
 
 ### From source
+
 To install a dev version of `bdk-cli` from a local git repo with the `electrum` blockchain client enabled:
 
 ```shell
@@ -88,6 +92,7 @@ Available blockchain client features are:
 `electrum`, `esplora`, `kyoto`, `rpc`.
 
 ### From crates.io
+
 You can install the binary for the latest tag of `bdk-cli` with online wallet features 
 directly from [crates.io](https://crates.io/crates/bdk-cli) with a command as below:
 ```sh