0.1.11 • Published 6 years ago
eth-dexcore-js v0.1.11
ETH Core JS
ETH Core JS collection of ethereum classes by Dexlab.io
Usage
To add package:
yarn add eth-core-jsThen:
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.
Scripts
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