summaryrefslogtreecommitdiff
path: root/bip-0032.mediawiki
diff options
context:
space:
mode:
authorMicah Winkelspecht <winkelspecht@gmail.com>2013-12-12 23:38:54 -0800
committerMicah Winkelspecht <winkelspecht@gmail.com>2013-12-12 23:38:54 -0800
commit152cc283a29a4538d8eed03d57591c5f7889652a (patch)
tree098c1cca0060600771171e794ca3f0a6ba62f866 /bip-0032.mediawiki
parentb8028440f00dddd92d64bb5db982e57f6872af89 (diff)
downloadbips-152cc283a29a4538d8eed03d57591c5f7889652a.tar.xz
Adding link to Ruby implementation
I had added this link on the wiki, but when the page got moved over to GitHub, the link disappeared.
Diffstat (limited to 'bip-0032.mediawiki')
-rw-r--r--bip-0032.mediawiki2
1 files changed, 2 insertions, 0 deletions
diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki
index b1c598d..10dbf9f 100644
--- a/bip-0032.mediawiki
+++ b/bip-0032.mediawiki
@@ -236,6 +236,8 @@ A Java implementation is available at https://github.com/bitsofproof/supernode/b
A C++ implementation is available at https://github.com/CodeShark/CoinClasses/tree/master/tests/hdwallets
+A Ruby implementation is available at https://github.com/wink/money-tree
+
==Acknowledgements==
* Gregory Maxwell for the original idea of type-2 deterministic wallets, and many discussions about it.