Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@or2008/eth-tools

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@or2008/eth-tools

This module contains a collection of usefull ethereum tools for developing trade bots ## Usage

  • 0.0.39
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
47
Maintainers
1
Weekly downloads
 
Created
Source

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.

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 -- Regenerates lib folder that gets included into NPM module.

License

MIT

Keywords

FAQs

Package last updated on 03 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc