This is built using
- NextJS
- TypeScript
- Wagmi
- viem
- IDKit
- TailwindCSS
- ShadCn
- Aceternity UI
First install the dependencies:
pnpm i
#or
yarn
#or
npm i
Paste the project ids in the .env
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Then, open localhost:3000