Parimutuel grid-mining game for Robinhood Chain (EVM) — a best-of-both-worlds rebuild of Solana's ORE and ZINC, built for protocol revenue. Working theme candidate: CRUDE (oil).
- PLAN.md — architecture, stack, phases, risks (start here)
- docs/MECHANICS.md — exact game spec
- docs/THEME.md — branding directions
- research/ore-zinc-teardown.md — the verified ORE/ZINC research everything is based on
| Path | What |
|---|---|
contracts/ |
Foundry — Game, MineToken, FeeRouter, Staking, randomness adapters |
apps/web/ |
Next.js frontend (UI to be designed in Claude design) |
apps/keeper/ |
Round-close / randomness / buyback bot |
apps/indexer/ |
Ponder indexer → history, leaderboards, jackpot tickers |
# prereqs: node 22+, pnpm 9+, foundry (curl -L https://foundry.paradigm.xyz | bash && foundryup)
pnpm install
pnpm contracts:build
pnpm contracts:test
pnpm dev:chain # terminal 1: local anvil
pnpm dev:keeper # terminal 2: drives rounds
pnpm dev:web # terminal 3: frontend
⚠️ Contracts are an unaudited work-in-progress skeleton. Do not deploy with real funds.