@or2008/eth-tools
v0.0.53
Published
This module contains a collection of usefull ethereum tools for developing trade bots ## Usage
Readme
eth-tools
This module contains a collection of usefull ethereum tools for developing trade bots
Usage
$ git clone https://github.com/or2008/eth-tools
$ cd eth-tools
$ npm run buildFeatures
- Linting via ESLint.
- Run manually via
yarn lint. - Integrates with Visual Studio Code via vscode-eslint.
- Highlights type & linting issues.
import ... from ...statements are verified for correctness via eslint-plugin-import.
- Run manually via
Script Commands
yarn typecheck-- Checks TypeScript types for correctness. This is disabled during tests for performance reasons.yarn lint-- Runs linting.yarn format-- Reformats all of the.tsand.tsxfiles with Prettier.yarn build-- Regenerateslibfolder that gets included into NPM module.
License
MIT
