This is a mnemonic and address generation utility from MouseBelt. You can clone and run it locally with the following commands:
npm install
npm start
To deploy anywhere, run the following:
npm run build
serve -s build
Alternatively, you can quickly deploy to Heroku with this button:
Currently, you can paste in a seed and derive addresses and private keys. Some of the addresses optionally feature xpub keys for HD style wallets. This allows you to check mnemonic-style derivations across multiple blockchains.
To contribute, add your own or modify, just add an issue, fork and open a PR. Any edits are welcome.