Simple ethereum wallet

WARNING: This is a work in progress and the security has not been validated. Do not use any keys generated by this tool or your ethereum WILL be hacked

To set up

git clone https://github.com/nselvidge/ethereum-wallet.git
cd ethereum-wallet
yarn

To generate a BIP-39 mnemonic phrase

using the -s flag will encrypt and store the passphrase on your device

node index.js mnemonic -s

To print a private key to the console

This will use the mnemonic phrase that is stored on your device by default

node index.js private-key