@or2008/eth-tools
v0.0.53
Published
This module contains a collection of usefull ethereum tools for developing trade bots ## Usage
Downloads
16
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 build
Features
- 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.ts
and.tsx
files with Prettier.yarn build
-- Regenerateslib
folder that gets included into NPM module.
License
MIT