ethereum-manager
v0.0.1
Published
The Ethereum Manager is a wrapper on top of a web3 provider and an Ethereum wallet. The goal of this library is to provide an easily configurable, ready solution out of the box. The library automatically creates a new wallet stored as a 12 string mnemonic
Downloads
1
Readme
ethereum-manager
The Ethereum Manager is a wrapper on top of a web3 provider and an Ethereum wallet. The goal of this library is to provide an easily configurable, ready solution out of the box. The library automatically creates a new wallet stored as a 12 string mnemonic and uses a potentially live Ethereum node's RPC url to connect directly to the Ethereum network.
To setup dependencies:
yarn
To run tests
yarn test