This is a Next.js template designed to get you up and running with a new web3 project as quickly as possible.
Check out the live demo to see what this template looks like.
Built with:
Install dependencies:
yarn install
Create a WalletConnect account and add your Project ID to .env.local
:
cp .env.example .env.local
Start the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.