]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
feat(bip85): add explanation text and warning
authorAndreasGassmann <andreas@andreasgassmann.ch>
Mon, 9 Nov 2020 00:25:39 +0000 (01:25 +0100)
committerAndreasGassmann <andreas@andreasgassmann.ch>
Mon, 9 Nov 2020 00:25:39 +0000 (01:25 +0100)
src/index.html

index fa04fce99a1857e64d57091817938d3e59984dfc..654828867423d6656341c6bdc7e3900bf0f44c1a 100644 (file)
                             <div class="col-sm-10">
                                 <label class="control-label text-weight-normal">
                                     <input type="checkbox" class="showBip85" />
-                                    Show BIP85
+                                    Show <a href="https://github.com/bitcoin/bips/blob/master/bip-0085.mediawiki">BIP85</a>
                                 </label>
                             </div>
                         </div>
                                     title="BIP85 Child Key"
                                     rows="3"
                                 ></textarea>
+                                <p class="help-block">
+                                    <span id="bip85Warn" class="text-danger">The value of the "BIP85 Child Key" field shown above is not used
+                                        anywhere on this page. It can be used as a new key.
+                                        (In case of the BIP39 application, you can paste it into the "BIP39 Mnemonic"
+                                        field to use it as a new mnemonic). Please read the
+                                        <a href="https://github.com/bitcoin/bips/blob/master/bip-0085.mediawiki">BIP85 specs</a>
+                                        for more information. This is an advanced feature and should only be used if you understand what it does.
+                                    </span>
+                                </p>
                             </div>
                         </div>