JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 49893
  • Score
    100M100P100Q170236F
  • License MIT

web3.js plugin for matic.js

Package Exports

  • @maticnetwork/maticjs-web3
  • @maticnetwork/maticjs-web3/dist/npm.export.js

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 (@maticnetwork/maticjs-web3) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

npm version

maticjs-web3

web3.js plugin for matic.js

Installation

npm i @maticnetwork/maticjs-web3

Examples

All the examples are in the examples folder.

Docs


import { use } from '@maticnetwork/maticjs'
import { Web3ClientPlugin } from '@maticnetwork/maticjs-web3'

// install ethers plugin
use(Web3ClientPlugin)

That's all you need to do and web3.js will be used for web3 calls.