Skip to content

Commit

Permalink
bitcoin: add electrum backend
Browse files Browse the repository at this point in the history
  • Loading branch information
jp1ac4 committed Aug 9, 2024
1 parent 8914364 commit f27ed53
Show file tree
Hide file tree
Showing 9 changed files with 1,352 additions and 15 deletions.
222 changes: 213 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ miniscript = { version = "11.0", features = ["serde", "compiler", "base64"] }
# Coin selection algorithms for spend transaction creation.
bdk_coin_select = "0.3"

# For Electrum backend. This is the latest version with the same bitcoin version as
# the miniscript dependency.
bdk_electrum = { version = "0.14" }

# Don't reinvent the wheel
dirs = "5.0"

Expand Down
Loading

0 comments on commit f27ed53

Please sign in to comment.