Strategic Goal: Build a Server-Aided Provably Fair Texas Hold'em Game on Solana in 7 Days.
We have prepared a script to set up your Solana/Anchor environment:
chmod +x setup_dev_env.sh
./setup_dev_env.shOnce dependencies are installed:
anchor init .(Run this in the root directory)
- Solana Program:
/programs(Rust logic) - Frontend:
/app(Next.js) - Agent Rules:
.cursorrules(Read this to understand AI prompts)
This project uses a Multi-Agent Orchestration model:
- Orchestrator: Manages the
task.mdandimplementation_plan.md. - Backend Agent: Implements Anchor instructions.
- Frontend Agent: Implements Next.js UI.
- QA Agent: Writes tests and verifies fairness.
See Implementation Plan for details.