1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Merge pull request #15 from oleganza/master

added link to Objective-C implementation of BIP32
This commit is contained in:
Wladimir J. van der Laan 2014-02-10 08:56:01 +01:00
commit e7ab49bce0

View File

@ -236,6 +236,8 @@ A Java implementation is available at https://github.com/bitsofproof/supernode/b
A C++ implementation is available at https://github.com/CodeShark/CoinClasses/tree/master/tests/hdwallets
An Objective-C implementation is available at https://github.com/oleganza/CoreBitcoin/blob/master/CoreBitcoin/BTCKeychain.h
A Ruby implementation is available at https://github.com/wink/money-tree
A Go implementation is available at https://github.com/WeMeetAgain/go-hdwallet