A simple implementation of the Bitcoin dev kit that uses the wallet crate for pulling addresses.
- using the descriptors from the BDK documentation
- using sqlite for storing the wallet information locally BDK Docs
- uses the Signet network
BDK_DESCRIPTOR - Wallet receive descriptor
BDK_CHG_DESCRIPTOR - TODO left out for simplicity
cargo run