0.1.9 • Published 4 years ago

eth-core-js v0.1.9

Weekly downloads
10
License
MIT
Repository
-
Last release
4 years ago

ETH Core JS

ETH Core JS collection of ethereum classes by Dexlab.io

Usage

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.

Scripts

  • yarn dev - starts the server with hot-reloading
  • yarn build - build the code using Rollup
  • yarn web - run's example web server
  • yarn lint - fixes all the possible linting errors

License

MIT