An open API service indexing awesome lists of open source software.

https://github.com/tzumby/bip32_cheat_sheet

BIP32 Implementation Checklist
https://github.com/tzumby/bip32_cheat_sheet

bip32 bip44 bitcoin blockchain ethereum

Last synced: 5 months ago
JSON representation

BIP32 Implementation Checklist

Awesome Lists containing this project

README

          

# Bip32 Cheat Sheet

I write these notes as I was studying the implementation of HD wallets.
It helped me structure my thoughts as I went through the BIP documents ([BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) and [BIP44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki)).

If you're looking for an actual implementation for this that is easy to follow check [my project written in Elixir](https://github.com/AgileAlpha/block_keys).