web3-providers-base
v1.0.0-alpha.1
Published
Ethereum provider base class for Web3 4.x.x
Downloads
15
Readme
web3.js - Providers Base
Installation
yarn add web3-providers-base
Package.json Scripts
build
: Runsyarn clean
andyarn compile
clean
: Usesrimraf
to removelib/
andbuildcache/
compile
: Usestsc
to build package and depedenent packageslint
: Usesprettier
andeslint
to lint packagelint:check
: Uses prettier andeslint
to check if package has been lintedtest
: Usesjest
to run all teststest:integration
: Usesjest
to run tests under/test/integration
test:unit
: Usesjest
to run tests under/test/unit