Skip to content

mousebelt/mouseutility-mnemonic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.