Skip to content

Latest commit

 

History

History
executable file
·
31 lines (20 loc) · 829 Bytes

README.md

File metadata and controls

executable file
·
31 lines (20 loc) · 829 Bytes

MouseUtility Mnemonic

This is a mnemonic and address generation utility from MouseBelt. You can clone and run it locally with the following commands:

Installation

npm install

Running in Development

npm start

Running in Production

To deploy anywhere, run the following:

npm run build
serve -s build

Alternatively, you can quickly deploy to Heroku with this button:

Deploy

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.