This is a Next.js + wagmi + @wagmi/cli project bootstrapped with create-wagmi

Getting Started

Run yarn in your terminal, then yarn dev , and then open localhost:3000 in your browser.

This command will also generate React Hooks from the Wagmi Mint Example ABI (e.g. useWagmiMintExampleSafeMint, 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.

Learn more

To learn more about Next.js or wagmi, check out the following resources: