1.0.0-alpha.1 • Published 3 years ago

web3-providers-base v1.0.0-alpha.1

Weekly downloads
-
License
LGPL-3.0
Repository
github
Last release
3 years ago

web3.js - Providers Base

Installation

yarn add web3-providers-base

Package.json Scripts

  • build: Runs yarn clean and yarn compile
  • clean: Uses rimraf to remove lib/ and buildcache/
  • compile: Uses tsc to build package and depedenent packages
  • lint: Uses prettier and eslint to lint package
  • lint:check: Uses prettier and eslint to check if package has been linted
  • test: Uses jest to run all tests
  • test:integration: Uses jest to run tests under /test/integration
  • test:unit: Uses jest to run tests under /test/unit