This is a Next.js project bootstrapped with create-next-app
.
First, create a new local .env.local file
cp .env.example .env.local
Signup for infura.io and alchemy.com (free accounts). Create an ethereum RPC for each and get API keys.
The etherscan.io API key, which is only needed to generate new wagmi generated files, for example when a new smart contract is added to wagmi.config.ts. For must development, this can be left blank.
Finally, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.