summaryrefslogtreecommitdiff
path: root/bip-0039.mediawiki
diff options
context:
space:
mode:
Diffstat (limited to 'bip-0039.mediawiki')
-rw-r--r--bip-0039.mediawiki8
1 files changed, 8 insertions, 0 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki
index 4ac3c55..d8a4d25 100644
--- a/bip-0039.mediawiki
+++ b/bip-0039.mediawiki
@@ -156,6 +156,9 @@ Objective-C:
Haskell:
* https://github.com/haskoin/haskoin
+.NET (Standard):
+* https://www.nuget.org/packages/dotnetstandard-bip39/
+
.NET C# (PCL):
* https://github.com/Thashiznets/BIP39.NET
@@ -165,6 +168,7 @@ Haskell:
JavaScript:
* https://github.com/bitpay/bitcore/tree/master/packages/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]])
+* https://github.com/hujiulong/web-bip39
Java:
* https://github.com/bitcoinj/bitcoinj/blob/master/core/src/main/java/org/bitcoinj/crypto/MnemonicCode.java
@@ -185,6 +189,7 @@ Swift:
* https://github.com/pengpengliu/BIP39
* https://github.com/matter-labs/web3swift/blob/develop/Sources/web3swift/KeystoreManager/BIP39.swift
* https://github.com/zcash-hackworks/MnemonicSwift
+* https://github.com/ShenghaiWang/BIP39
C++:
* https://github.com/libbitcoin/libbitcoin-system/blob/master/include/bitcoin/system/wallet/mnemonic.hpp
@@ -194,3 +199,6 @@ C (with Python/Java/Javascript bindings):
Python:
* https://github.com/scgbckbone/btc-hd-wallet
+
+Dart:
+* https://github.com/dart-bitcoin/bip39