From 9ffdda80708fda4321bc93c226457ac0aab44f09 Mon Sep 17 00:00:00 2001 From: Chuck Date: Thu, 9 Jan 2014 15:30:58 +0700 Subject: [PATCH] Link to Sarchar's JavaScript BIP32 implementation. --- bip-0032.mediawiki | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki index 9317a54a5..a835d2629 100644 --- a/bip-0032.mediawiki +++ b/bip-0032.mediawiki @@ -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.