- Create a Supabase project at https://supabase.com
- Go to SQL Editor in your Supabase dashboard
- Copy and paste the contents of
schema.sql - Click "Run" to execute
- Verify tables are created in Table Editor
Add to .env.local:
NEXT_PUBLIC_SUPABASE_URL=your_project_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_anon_keypnpm test-db- creators: Content creator profiles and wallet addresses
- tips: Payment records from humans and agents
- agent_actions: AI agent evaluation and decision logs
- creator_stats: Aggregated earnings and tip counts per creator