Add wallet_electrum example

This commit is contained in:
志宇
2023-03-08 12:01:01 +13:00
parent 0505cd7242
commit eddd748870
3 changed files with 105 additions and 1 deletions

View File

@@ -5,3 +5,5 @@ edition = "2021"
[dependencies]
bdk = { path = "../../crates/bdk" }
bdk_electrum = { path = "../../crates/electrum" }
bdk_file_store = { path = "../../crates/file_store" }