ETH Core JS collection of ethereum classes by Dexlab.io
To add package:
yarn add eth-core-js
Then:
import {
HDWallet,
WatcherTx,
xDAIHDWallet,
ENSResolver,
EthereumHDWallet,
EthereumHDWalletKovan,
EthereumHDWalletRopsten,
LegacyWallet,
} from 'eth-core-js';
Have a look in ./examples
directory for usage examples.
./src/main.js
take care of exporting all classes.
yarn dev
- starts the server with hot-reloadingyarn build
- build the code using Rollupyarn web
- run's example web serveryarn lint
- fixes all the possible linting errors