PeerAssets / pypeerassets

Reference implementation of the PeerAssets protocol.
BSD 3-Clause "New" or "Revised" License
12 stars 16 forks source link

Implement BIP32 support #72

Open peerchemist opened 7 years ago

peerchemist commented 7 years ago

https://bitcoin.org/en/glossary/hd-protocol

https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki

Kutil should be able to handle BIP32 keys, and the required tooling is offered by btcpy library.