eth-dexcore-js

0.1.11 • Public • Published

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

/eth-dexcore-js/

    Package Sidebar

    Install

    npm i eth-dexcore-js

    Weekly Downloads

    0

    Version

    0.1.11

    License

    MIT

    Unpacked Size

    10.3 MB

    Total Files

    7

    Last publish

    Collaborators

    • alexintosh