summaryrefslogtreecommitdiff
path: root/bip-0039.mediawiki
diff options
context:
space:
mode:
authorThomas Grainger <tagrain@gmail.com>2019-09-09 00:34:07 +0100
committerGitHub <noreply@github.com>2019-09-09 00:34:07 +0100
commit0f1a825246c74a25a8896cd4d2022169985b698f (patch)
tree0502bcfd1658d948ffcfa6739c52a9b3114716ce /bip-0039.mediawiki
parent33e6283a68ad4573d7418152350f93e39dc7e2cd (diff)
downloadbips-0f1a825246c74a25a8896cd4d2022169985b698f.tar.xz
Add .NET standard bip39 implementation
Diffstat (limited to 'bip-0039.mediawiki')
-rw-r--r--bip-0039.mediawiki3
1 files changed, 3 insertions, 0 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki
index af76d59..b31533a 100644
--- a/bip-0039.mediawiki
+++ b/bip-0039.mediawiki
@@ -146,6 +146,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