Docs on the bdk_wallet esplora client.
This commit is contained in:
@@ -17,6 +17,11 @@ const STOP_GAP: usize = 50;
|
||||
const PARALLEL_REQUESTS: usize = 5;
|
||||
|
||||
/// Demonstrates the use of bdk with the Esplora client.
|
||||
///
|
||||
/// This is more complex than the bare `bdk` crate, but the esplora client works.
|
||||
///
|
||||
/// Also, it very nadily works with the mutinynet.com esplora server, which is configured
|
||||
/// with 30 second block times.
|
||||
pub async fn run() -> Result<(), anyhow::Error> {
|
||||
let dave_dir = utils::home(&"dave".to_string());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user