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
maticjs-ethers
ethers plugin for matic.js
Installation
npm i @maticnetwork/maticjs-ethersDocs
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.