feat(example_bitcoind_rpc_polling): add example for RPC polling

This commit is contained in:
志宇
2023-10-04 18:22:03 +08:00
parent 4f10463d9e
commit 150d6f8ab6
3 changed files with 379 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "example_bitcoind_rpc_polling"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bdk_chain = { path = "../../crates/chain", features = ["serde"] }
bdk_bitcoind_rpc = { path = "../../crates/bitcoind_rpc" }
example_cli = { path = "../example_cli" }
ctrlc = { version = "^2" }