From 45b8a745084fb42f9c90a12ba10482fabf681dfb Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Thu, 18 Sep 2014 11:49:06 +1000 Subject: [PATCH] Acknowledgements and link to source --- readme.md | 2 +- src/index.html | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index aca2bd8..5ef4a4f 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ A tool for converting BIP39 mnemonic phrases to addresses and private keys. ## Online Version -Coming soon +https://dcpos.github.io/bip39/ ## Standalone offline version diff --git a/src/index.html b/src/index.html index a6ac95b..1e3335a 100644 --- a/src/index.html +++ b/src/index.html @@ -234,6 +234,61 @@

+ +
+ +
+
+ +

This project is 100% open-source code

+ +

+ Get the source code at - + + https://github.com/dcpos/bip39 + +

+ +

Libraries

+ +

+ BitcoinJS - + + https://github.com/bitcoinjs/bitcoinjs-lib + +

+ +

+ jsBIP39 - + + https://github.com/iancoleman/jsbip39 + +

+ +

+ asmCrypto - + + https://github.com/vibornoff/asmcrypto.js + +

+ +

+ jQuery - + + https://jquery.com/ + +

+ +

+ Twitter Bootstrap - + + http://getbootstrap.com/ + +

+ +
+
+
-- 2.41.0