Installation

Prerequisites

  • Node.js 18+ installed

  • npm package manager

Setup Project

Contact the development team for access to the private repository.

Install Dependencies

npm install

Environment Setup

Create .env.local file in root directory:

NEXT_PUBLIC_SUPABASE_URL=your_supabase_url NEXT_PUBLIC_SUPABASE_ANON_KEY=your_anon_key SUPABASE_SERVICE_ROLE_KEY=your_service_role_key COMPANY_WALLET_ADDRESS=0xYourWalletAddress

Run Development Server

npm run dev

Open http://localhost:3000

Build for Production

npm run build npm start

Tech Stack

  • Next.js 15

  • React 19

  • RainbowKit + Wagmi

  • Supabase

  • TailwindCSS 4

  • Viem

Last updated