feat: introduce wallet crate for ed25519-bip32 key management (#342)

Co-authored-by: Santiago Carmuega <santiago@carmuega.me>
This commit is contained in:
Harper 2023-12-03 14:31:27 +00:00 committed by GitHub
parent f9ea2c4790
commit 90c66047c5
6 changed files with 265 additions and 2 deletions

View file

@ -12,6 +12,7 @@ members = [
"pallas-traverse",
"pallas-txbuilder",
"pallas-utxorpc",
"pallas-wallet",
"pallas",
"examples/block-download",
"examples/block-decode",