This is a Next.js + wagmi + @wagmi/cli project bootstrapped with create-wagmi
This template demonstrates usage of the @wagmi/cli
Etherscan Plugin.
Run npm run dev
in your terminal, and then open localhost:3000 in your browser.
This command will also generate React Hooks from the Wagmi Mint Example Etherscan contract (e.g. useWagmiMintExampleTotalSupply
, useWagmiMintExampleBalanceOf
, etc) for you to use in your project.
Once the webpage has loaded, changes made to files inside the src/
directory (e.g. src/pages/index.tsx
) will automatically update the webpage.
To learn more about Next.js or wagmi, check out the following resources:
- wagmi Documentation – learn about wagmi Hooks and API.
- wagmi Examples – a suite of simple examples using wagmi.
- @wagmi/cli Documentation – learn more about the wagmi CLI.
- Next.js Documentation learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.