]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/index.html
Update readme and Licence
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / index.html
index 42c37669f09d9e27d81e4dd535ba0b2b34bcd68d..40b11fc7c5437e0696c16203d1f3cd47f023ddd4 100644 (file)
@@ -15,7 +15,7 @@
         <div class="container">
 
             <h1 class="text-center">Mnemonic Code Converter</h1>
-            <p class="version">v0.3.8s</p>
+            <p class="version">v0.3.9</p>
             <hr>
             <div class="row">
                 <div class="col-md-12">
@@ -37,7 +37,7 @@
                                 <div class="form-inline">
                                     <div class="input-group-inline">
                                          <span>Generate a random mnemonic</span>:
-                                        <button class="btn generate" ><b>GENERATE</b></button> 
+                                        <button class="btn generate" ><b>GENERATE</b></button>
                                         <select id="strength" class="strength form-control">
                                             <option value="3">3</option>
                                             <option value="6">6</option>
                                         <a href="https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki#change" target="_blank">External / Internal</a>
                                     </label>
                                     <div class="col-sm-10">
-                                        <input id="change-bip44" type="text" class="change form-control" value="0">
+                                        <div class="input-group">
+                                          <input id="change-bip44" type="text" class="change form-control" value="0">
+                                          <a class="default-bip44-change-value btn btn-primary input-group-addon" role="button">Default</a>
+                                        </div>
                                     </div>
                                 </div>
                                 <div class="form-group">
                     <p>
                     <span>Alternatively, download the file from the repository</span>
                     -
-                    <a href="https://github.com/iancoleman/bip39">https://github.com/iancoleman/bip39</a>
+                    <a href="https://git.immae.eu/?p=perso/Immae/Projets/Cryptomonnaies/BIP39.git">https://git.immae.eu/?p=perso/Immae/Projets/Cryptomonnaies/BIP39.git</a>
                     </p>
 
                 </div>
 
                     <h2>This project is 100% open-source code</h2>
 
+                    <p>
+                        It tries to merge the best between Coinomi's and
+                        iancoleman's versions of this tool, plus a few
+                        additions. Note that this version is centered on
+                        my use of Coinomi's wallet. Here are the known
+                        issues / differences to exact BIP44
+                        implementation:
+                        <ul>
+                          <li>Coinomi's Ethereum networks don't use change in the BIP44 path.</li>
+                        </ul>
+                    </p>
+
                     <p>
                         <span>Get the source code from the repository</span>
                         -
+                        <a href="https://git.immae.eu/?p=perso/Immae/Projets/Cryptomonnaies/BIP39.git" target="_blank">
+                            https://git.immae.eu/?p=perso/Immae/Projets/Cryptomonnaies/BIP39.git
+                        </a>
+                    </p>
+
+                    <p>
+                        <span>Originally based on</span>
+                        -
                         <a href="https://github.com/iancoleman/bip39" target="_blank">
                             https://github.com/iancoleman/bip39
                         </a>
                     </p>
 
+                    <p>
+                        <span>And</span>
+                        -
+                        <a href="https://github.com/Coinomi/bip39" target="_blank">
+                            https://github.com/Coinomi/bip39
+                        </a>
+                    </p>
+
                     <h3>Libraries</h3>
 
                     <p>