/frontend

Primary LanguageTypeScript

NextJs Web3 Starter

Slightly Opinionated Next.js Web3 Boilerplate.

Deployment

Deploy with Vercel

  1. Click use this template or deploy with Vercel above.
  2. Install dependencies.
cd wagmi-start
npm i
  1. Change .env.example to .env file and fill in the required fields. Refer to https://chainlist.org/ for the appropriate chain ID that matches the network contract is deployed at.
INFURA_ID=<PROJECT_ID>
ALCHEMY_ID=<PROJECT_ID>
CHAIN_ID=<CHAIN_ID>
CONTRACT_ADDRESS=<DEPLOYED_CONTRACT ADDRESS>

Built on