]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blame - readme.md
Move from private repo
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / readme.md
CommitLineData
ebd8d4e8
IC
1# BIP39 Tool
2
3A tool for converting BIP39 mnemonic phrases to addresses and private keys.
4
5## Online Version
6
7Coming soon
8
9## Standalone offline version
10
11Download `bip39-standalone.html`
12
13Open the file in a browser by double clicking it.
14
15## Usage
16
17Enter your BIP39 phrase into the 'BIP39 Phrase' field, or press
18'Generate Random Phrase'
19
20If required, set the derivation path, although the defaults are quite usable.
21
22See the table for a list of addresses generated from the phrase.
23
24Toggle columns to blank to easily copy/paste a single column of data, eg to
25import private keys into a wallet or supply someone with a list of addresses.
26
27The BIP32 keys can be used at [bip32.org](https://bip32.org) if desired.