Generate a mnemonic phrase for your wallet from an audio recording.
- Uses BIP39 JS implementation
- Displays mnemonic phrase strength indicator
- Supports offline usage
- Supports manual source code compilation
- Works with mobile browsers
Clone the repo:
$ git clone [email protected]:zxqx/bip39.xyz.gitInstall dependencies:
$ yarnRun the app in development mode:
$ yarn startGenerate a browser-ready build artifact:
$ yarn buildGenerate a ZIP archive of the build artifact:
$ yarn archive