]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - readme.md
Update readme and Licence
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / readme.md
index b22d4e37bf4aea39b9a00b049e282cd95f31b9a4..b9418c933d3ddd595bce1a145a7989f3173e053e 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -1,10 +1,20 @@
+[TOC]
+
 # BIP39 Tool
 
 A tool for converting BIP39 mnemonic phrases to addresses and private keys.
 
+This tool tries to find the best world between Coinomi's and
+iancoleman's versions of the implementation, plus a few additions.
+
+Note that this version is centered on my use of Coinomis's wallet, which
+has a few differences to exact BIP44 implementation:
+
+- Coinomi's Ethereum networks don't use change in the BIP44 path.
+
 ## Online Version
 
-https://iancoleman.io/bip39/
+[https://tools.immae.eu/BIP39](https://tools.immae.eu/BIP39)
 
 ## Standalone offline version
 
@@ -74,6 +84,9 @@ Before running tests, the site must be served at http://localhost:8000.
 ```
 $ cd /path/to/bip39/src
 $ python -m http.server
+
+or for python2
+$ python -m SimpleHTTPServer
 ```
 
 Run tests from the command-line