dexlab-io / eth-core-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 100.0%