feat(wallet): implement HD private keys & encrypted wrapper (#358)

This commit is contained in:
Harper 2023-12-23 17:24:32 +01:00 committed by GitHub
parent 33b6b05cb3
commit d9224eb780
6 changed files with 413 additions and 175 deletions

View file

@ -18,6 +18,7 @@ pallas-crypto = { path = "../pallas-crypto", version = "=0.20.0" }
pallas-primitives = { path = "../pallas-primitives", version = "=0.20.0" }
pallas-traverse = { path = "../pallas-traverse", version = "=0.20.0" }
pallas-addresses = { path = "../pallas-addresses", version = "=0.20.0" }
pallas-wallet = { path = "../pallas-wallet", version = "=0.20.0" }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
thiserror = "1.0.44"