summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcos Aguayo <marcosaguayomora@gmail.com>2018-10-25 21:16:42 +0100
committerGitHub <noreply@github.com>2018-10-25 21:16:42 +0100
commit240a6f114c87daca98b2210fe08c071e0d971802 (patch)
treef9e99782417955627c48a3bacde21b1041e9d9f8
parent4c668c43e963b1344bbc1d58b3874d12e53bb96f (diff)
downloadbips-240a6f114c87daca98b2210fe08c071e0d971802.tar.xz
Update bip-0032.mediawiki
-rw-r--r--bip-0032.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki
index fa41cf2..18b3b0c 100644
--- a/bip-0032.mediawiki
+++ b/bip-0032.mediawiki
@@ -276,7 +276,7 @@ Seed (hex): 4b381541583be4423346c643850da4b320e46a87ae3d2a4e6da11eba819cd4acba45
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.
+PyCoin (https://github.com/richardkiss/pycoin) is a suite of utilities for dealing with Bitcoin that includes BIP0032 wallet features. BIP32Utils (https://pypi.org/project/bip32utils/) is a library and command line interface specifically focused on BIP0032 wallets and scripting.
2 Java implementations exist: https://github.com/bitsofproof/supernode/blob/1.1/api/src/main/java/com/bitsofproof/supernode/api/ExtendedKey.java and https://github.com/bushidowallet/bushido-java-core/tree/master/src/main/java/com/bushidowallet/core/bitcoin/bip32