forked from bitcoindevkit/bdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move bdk_electrum into the bdk repo 🎉
Original repository: https://github.com/LLFourn/bdk_core_staging/tree/250b4f1dcce10805adfb2f201901675eb6076554/bdk_electrum Co-authored-by: 志宇 <[email protected]> Co-authored-by: LLFourn <[email protected]>
- Loading branch information
1 parent
03deafb
commit 949608a
Showing
4 changed files
with
612 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[package] | ||
name = "bdk_electrum" | ||
version = "0.1.0" | ||
edition = "2021" | ||
homepage = "https://bitcoindevkit.org" | ||
repository = "https://github.com/LLFourn/bdk_core_staging" | ||
documentation = "https://docs.rs/bdk_electrum" | ||
description = "BDK Electrum client library for updating the keychain tracker." | ||
license = "MIT OR Apache-2.0" | ||
readme = "README.md" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
bdk_chain = { path = "../bdk_chain", version = "0.3", features = ["serde", "miniscript"] } | ||
electrum-client = { version = "0.12" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# BDK Electrum | ||
|
||
BDK Electrum client library for updating the keychain tracker. |
Oops, something went wrong.