https://github.com/maticnetwork/maticjs-ethers
ethers plugin for matic.js
https://github.com/maticnetwork/maticjs-ethers
Last synced: over 1 year ago
JSON representation
ethers plugin for matic.js
- Host: GitHub
- URL: https://github.com/maticnetwork/maticjs-ethers
- Owner: maticnetwork
- License: mit
- Created: 2021-10-11T12:17:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-31T11:03:14.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T06:05:27.298Z (over 1 year ago)
- Language: TypeScript
- Size: 755 KB
- Stars: 17
- Watchers: 7
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/maticnetwork/maticjs-ethers/actions/workflows/test.yml) [](https://badge.fury.io/js/@maticnetwork%2Fmaticjs-ethers)
# 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.