JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1534
  • Score
    100M100P100Q126029F
  • License ISC

ethers plugin for matic.js

Package Exports

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

Readme

TEST npm version

maticjs-ethers

ethers plugin for matic.js

Installation

npm i @maticnetwork/maticjs-ethers

Docs


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

// install ethers plugin
use(Web3ClientPlugin)

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