Skip to content

Latest commit

 

History

History

with-rainbowkit

This is a template for a web3 project.

Tech Stack

  • Next.js
  • shadcn/ui
  • RainbowKit
  • Wagmi
  • Viem

Getting Started

First, add the following environment variables to your .env file:

NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=

Second, 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.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Learn More

To learn more about web3 development, take a look at the following resources: