summaryrefslogtreecommitdiff
path: root/bip-0032.mediawiki
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2014-02-10 06:11:02 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2014-02-10 06:11:02 -0800
commitde71fc1d158adb61bdf6cc0bbb8f196eea17f8ee (patch)
tree0664f98f05ae35b36877650ddd524ebd96b995bb /bip-0032.mediawiki
parentfe7137f6ef92f45a34ed73af79a37ac98912f856 (diff)
downloadbips-de71fc1d158adb61bdf6cc0bbb8f196eea17f8ee.tar.xz
Added bip32utils Python implementation reference
Diffstat (limited to 'bip-0032.mediawiki')
-rw-r--r--bip-0032.mediawiki4
1 files changed, 3 insertions, 1 deletions
diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki
index a835d26..9f42d63 100644
--- a/bip-0032.mediawiki
+++ b/bip-0032.mediawiki
@@ -230,7 +230,9 @@ Test vector 2
==Implementations==
-A Python implementation is available at https://github.com/richardkiss/pycoin
+Two Python implementations exist:
+
+PyCoin (https://github.com/richardkiss/pycoin) is a suite of utilities for dealing with Bitcoin that includes BIP0032 wallet features. BIP32Utils (https://github.com/jmcorgan/bip32utils) is a library and command line interface specifically focused on BIP0032 wallets and scripting.
A Java implementation is available at https://github.com/bitsofproof/supernode/blob/1.1/api/src/main/java/com/bitsofproof/supernode/api/ExtendedKey.java