Link to Sarchar's JavaScript BIP32 implementation.

This commit is contained in:
Chuck 2014-01-09 15:30:58 +07:00
parent c3d3660a82
commit 9ffdda8070

@ -240,6 +240,8 @@ A Ruby implementation is available at https://github.com/wink/money-tree
A Go implementation is available at https://github.com/WeMeetAgain/go-hdwallet
A JavaScript implementation is available at https://github.com/sarchar/brainwallet.github.com/tree/bip32
==Acknowledgements==
* Gregory Maxwell for the original idea of type-2 deterministic wallets, and many discussions about it.