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
- Host: GitHub
- URL: https://github.com/tzumby/bip32_cheat_sheet
- Owner: tzumby
- Created: 2019-01-29T06:34:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T19:09:43.000Z (almost 2 years ago)
- Last Synced: 2025-05-05T01:07:19.302Z (5 months ago)
- Topics: bip32, bip44, bitcoin, blockchain, ethereum
- Language: HTML
- Homepage: https://tzumby.github.io/bip32_cheat_sheet/
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).