mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-12 12:03:29 +00:00
Added bip32utils Python implementation reference
This commit is contained in:
parent
fe7137f6ef
commit
de71fc1d15
@ -230,7 +230,9 @@ Test vector 2
|
|||||||
|
|
||||||
==Implementations==
|
==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
|
A Java implementation is available at https://github.com/bitsofproof/supernode/blob/1.1/api/src/main/java/com/bitsofproof/supernode/api/ExtendedKey.java
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user