summaryrefslogtreecommitdiff
path: root/bip-0039.mediawiki
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2022-05-05 14:48:42 +0000
committerGitHub <noreply@github.com>2022-05-05 14:48:42 +0000
commit54ee25ee93a8f910b4e001d462a8fbd5b167fe53 (patch)
treeb7b8bc286cc124937fa7e5a93f13f5f1d70dd978 /bip-0039.mediawiki
parent274fa400d630ba757bec0c03b35ebe2345197108 (diff)
parent0f1a825246c74a25a8896cd4d2022169985b698f (diff)
downloadbips-54ee25ee93a8f910b4e001d462a8fbd5b167fe53.tar.xz
Merge pull request #840 from graingert/patch-1
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 4ac3c55..7b98a39 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