JSPM

  • Created
  • Published
  • Downloads 490328
  • Score
    100M100P100Q204987F
  • License LGPL-3.0

Internal packages used to manage requests for Web3 4.x.x

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

web3.js - Request Manager

Installation

yarn add web3-core-requestmanager

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