Getting ready to create Bitcoin keys

This commit is contained in:
Dave Hrycyszyn
2024-06-18 16:00:02 +01:00
parent a244207f77
commit 4cf6513959
6 changed files with 133 additions and 12 deletions

View File

@@ -9,6 +9,7 @@ edition = "2021"
async-trait = "0.1.52"
bft-json-crdt = { path = "../crates/bft-json-crdt" }
bft-crdt-derive = { path = "../crates/bft-json-crdt/bft-crdt-derive" }
bitcoin = "0.32.2"
clap = { version = "4.5.4", features = ["derive"] }
dirs = "5.0.1"
ezsockets = { version = "*", features = ["client"] }