This is a Next.js project bootstrapped with create-next-app
.
First you will need to create a .env file by copying the contents of example.env, generate a new project ID from (https://cloud.walletconnect.com/), add it to the .env file. Then run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
For this project I've largely borrowed from Abhik Banerjee's article: https://abhik.hashnode.dev/nextjs-13-using-next-auth-the-web3-way and related repo: https://github.com/abhik-99/NextJS-Blog
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.