Package Exports
- web3-core-requestmanager
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (web3-core-requestmanager) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
web3.js - Request Manager
Installation
yarn add web3-core-requestmanager
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