From ed8c72246d393a283156c9bd3b201545762f3af8 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Mon, 4 Oct 2021 21:02:32 -0700 Subject: [PATCH] Update README with new esplora features Remove instructions with esplora feature and replace with esplora-ureq and esplora-reqwest features. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d337fb..cbb9d42 100644 --- 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 -- 2.49.0