@nextsmartchain/nextjs-web3
v1.0.0
Published
web3.js plugin for next.js
Readme
nextjs-web3
web3.js plugin for matic.js
Installation
npm i @nextsmartchain/nextjs-web3Examples
All the examples are in the examples folder.
Docs
import { use } from '@nextsmartchain/nextjs'
import { Web3ClientPlugin } from '@nextsmartchain/nextjs-web3'
// install ethers plugin
use(Web3ClientPlugin)That's all you need to do and web3.js will be used for web3 calls.
