]> Untitled Git - bdk-cli/commitdiff
Update README with new esplora features
authorSteve Myers <steve@notmandatory.org>
Tue, 5 Oct 2021 04:02:32 +0000 (21:02 -0700)
committerSteve Myers <steve@notmandatory.org>
Tue, 5 Oct 2021 04:02:32 +0000 (21:02 -0700)
Remove instructions with esplora feature and replace with esplora-ureq and esplora-reqwest features.

README.md

index 9d337fb2a1a1c28ead34d525fea20eb6f37ff37e..cbb9d427dc72e6bce5792850476e32cdb4ca3bb9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -21,14 +21,14 @@ bdk-cli help # to verify it worked
 If no blockchain client feature is enabled online wallet commands `sync` and `broadcast` will be 
 disabled. To enable these commands a blockchain client features such as `electrum` or another 
 blockchain backend feature must be enabled. Below is an example of how run the `bdk-cli` bin with 
-the `esplora` blockchain client feature.
+the `esplora-ureq` blockchain client feature.
 
 ```shell
-RUST_LOG=debug cargo run --features esplora -- wallet --descriptor "wpkh(tpubEBr4i6yk5nf5DAaJpsi9N2pPYBeJ7fZ5Z9rmN4977iYLCGco1VyjB9tvvuvYtfZzjD5A8igzgw3HeWeeKFmanHYqksqZXYXGsw5zjnj7KM9/*)" sync
+RUST_LOG=debug cargo run --features esplora-ureq -- wallet --descriptor "wpkh(tpubEBr4i6yk5nf5DAaJpsi9N2pPYBeJ7fZ5Z9rmN4977iYLCGco1VyjB9tvvuvYtfZzjD5A8igzgw3HeWeeKFmanHYqksqZXYXGsw5zjnj7KM9/*)" sync
 ```
 
 At most one blockchain feature can be enabled, available blockchain client features are:
-`electrum`, `esplora`, and `compact_filters`.
+`electrum`, `esplora-ureq` (blocking), `esplora-reqwest` (async), and `compact_filters`.
 
 ### From crates.io
 You can the install the binaries for the latest tag of `bdk-cli` with online wallet features