diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index b5536665..ad78ed62 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -131,12 +131,18 @@ http://github.com/trezor/python-mnemonic ==Other Implementations== -Objective-C - https://github.com/nybex/NYMnemonic +Objective-C: +* https://github.com/nybex/NYMnemonic -Haskell - https://github.com/haskoin/haskoin +Haskell: +* https://github.com/haskoin/haskoin -.NET C# (PCL) - https://github.com/Thashiznets/BIP39.NET +.NET C# (PCL): +* https://github.com/Thashiznets/BIP39.NET -.NET C# (PCL) - https://github.com/NicolasDorier/NBitcoin +.NET C# (PCL): +* https://github.com/NicolasDorier/NBitcoin -JavaScript - https://github.com/bitpay/bitcore-mnemonic, https://github.com/bitcoinjs/bip39 +JavaScript: +* https://github.com/bitpay/bitcore-mnemonic +* https://github.com/bitcoinjs/bip39 (used by [[https://github.com/blockchain/My-Wallet-V3/blob/v3.8.0/src/hd-wallet.js#L121-L146|blockchain.info public beta]])