summaryrefslogtreecommitdiff
path: root/bip-0032.mediawiki
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-02-10 16:01:38 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-02-10 16:01:38 +0100
commit780b9b8bd6a80a4d4824075dd3c4dcf3bab02cbf (patch)
treee9c2f5e341b9169fb1826b5d53db582f7c00874a /bip-0032.mediawiki
parente7ab49bce0c19ce9652007565121a1639a2502b9 (diff)
parentde71fc1d158adb61bdf6cc0bbb8f196eea17f8ee (diff)
downloadbips-780b9b8bd6a80a4d4824075dd3c4dcf3bab02cbf.tar.xz
Merge pull request #16 from jmcorgan/add-bip32utils-ref
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 45f08ba..619feea 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