1.0.0 • Published 4 years ago
@nextsmartchain/nextjs-ethers v1.0.0
next.js-ethers
ethers plugin for next.js
Installation
npm i @nextsmartchain/nextjs-ethers
Docs
import { use } from '@nextsmartchain/nextjs'
import { Web3ClientPlugin } from '@nextsmartchain/nextjs-ethers'
// install ethers plugin
use(Web3ClientPlugin)
That's all you need to do and ethers
will be used for web3 calls.
1.0.0
4 years ago