JSPM

web3-providers-http

4.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 762273
  • Score
    100M100P100Q189816F
  • License LGPL-3.0

Ethereum HTTP provider for Web3 4.x.x

Package Exports

  • web3-providers-http

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-providers-http) 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 - Providers HTTP

Installation

yarn add web3-providers-http

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