version for node, browser and cordova
this is based on bip39
and bitcoinjs-lib
libraries, this means that you can have a multi-wallet bitcoin and ethereum keychain/wallet
- small
- bitcoin + ethereum
WIP
default storage in node is file, default storage for browser is localStorage
, default storage for mobile apps is the secure-storage cordova plugin (https://www.npmjs.com/package/cordova-plugin-secure-storage)
npm i --save git+https://github.com/makevoid/ethereum-keychain.git
Check the example in this repo eth-keychain-example-node.js
, copy-paste it in your file (e.g. main.js
), adjust the require()
to require('ethereum-keychain')
and run the sample code:
node main.js
To run in browser use a local server and point it ./browser-example/
(./browser-example/index.html
)
enjoy,
@makevoid