Skip to content

juntaochi/SolShark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SolShark (Hackathon Edition) 🦈

Strategic Goal: Build a Server-Aided Provably Fair Texas Hold'em Game on Solana in 7 Days.

🚀 Quick Start

1. Environment Setup

We have prepared a script to set up your Solana/Anchor environment:

chmod +x setup_dev_env.sh
./setup_dev_env.sh

2. Initialize Project

Once dependencies are installed:

anchor init .

(Run this in the root directory)

3. Architecture

  • Solana Program: /programs (Rust logic)
  • Frontend: /app (Next.js)
  • Agent Rules: .cursorrules (Read this to understand AI prompts)

Agent Workflow

This project uses a Multi-Agent Orchestration model:

  • Orchestrator: Manages the task.md and implementation_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.

About

A decentralized poker experience

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors