Add rpc wallet creation example

This adds an example wallet creation code with sled DB and RPC
Blockchain.

The backend RPC is managed using electrsd::bitcoind
This commit is contained in:
rajarshimaitra
2022-03-22 12:25:39 +05:30
parent 3334c8da07
commit 8a98e69e78
2 changed files with 238 additions and 0 deletions

View File

@@ -109,6 +109,11 @@ name = "miniscriptc"
path = "examples/compiler.rs"
required-features = ["compiler"]
[[example]]
name = "rpcwallet"
path = "examples/rpcwallet.rs"
required-features = ["keys-bip39", "key-value-db", "rpc"]
[workspace]
members = ["macros"]
[package.metadata.docs.rs]