1.0.1 • Published 3 years ago

eth_account v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

eth_account

Ethereum account generator from secret phrase + salt

Installation

Use the package manager npm to install eth_account.

npm install eth_account

Usage

const AccManager = require('./index.js');
AccManager.setSecret('xxxxXXXX');
var eth_acc = new AccManager.Account('account1');

console.log(eth_acc);

License

MIT