X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=readme.md;h=bffb74b8f5ad5eabe3725e906c2a1ca1c51cc9b4;hb=93c3ef47579733040dbc6eec865b528d1ca49911;hp=52b6e6fefbfd774c695b40d1feaab91490bf516e;hpb=e8f46253e8ba7fbc9b7ac93066addb9938cd767d;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/readme.md b/readme.md index 52b6e6f..bffb74b 100644 --- a/readme.md +++ b/readme.md @@ -4,9 +4,7 @@ A tool for converting BIP39 mnemonic phrases to addresses and private keys. ## Online Version -Upstream demo: https://iancoleman.github.io/bip39/ - -Slimcoin: TBD +https://iancoleman.github.io/bip39/ ## Standalone offline version @@ -57,7 +55,10 @@ at 1PC9aZC4hNX2rmmrt7uHTfYAS3hRbph4UN Please do not make modifications to `bip39-standalone.html`, since they will be overwritten by `compile.py`. -Make changes in `src/*` and apply them using the command `python compile.py` +Make changes in `src/*`. + +Changes are applied during release using the command `python compile.py`, so +please do not commit changes to `bip39-standalone.html` # Tests