mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-04 19:16:28 +01:00
Merge pull request #358 from bushidowallet/tech-wiki-change
Proposed a new Java implementation link
This commit is contained in:
commit
ab32c2a845
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ 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
|
||||
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
|
||||
|
||||
A C++ implementation is available at https://github.com/ciphrex/mSIGNA/blob/master/deps/CoinCore/src/hdkeys.h
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue