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 b13d3b6688
commit bd4ff8a7fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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",