Developer overview
Finney's DEV · CONSOLE
An arcade of provably-fair, on-chain games, settled in finney (10-3 eth) — a nod to Hal. This is the developer face of the box. The playable front door lives at anvil.finneys.dev. Game #1 is Three Kings — Kings-in-the-Corner, on-chain.
Environments
anvil.finneys.dev
online
Enter arcade ▸
testnet.finneys.dev
coming soon
Stack
Next.js 14 · frontend, basePath /threekings
Express + Socket.IO · realtime game server
Redis · state & sessions
Solidity · on-chain settlement
Anvil · dev chain
Apache · TLS reverse proxy
Endpoints — on anvil.finneys.dev
| Path | What |
|---|---|
/threekings | Game app (Next.js) |
/threekings/bet | Live tables — real-stakes lobby |
/threekings/api/health | Server health probe → {status:"ok"} |
/threekings/api/bet/tables | Open tables + phase/pot |
/threekings/api/stats | Leaderboard & game stats |
/threekings/api/chain-stream | On-chain event stream (SSE) |
/threekings/socket.io | Realtime game socket (/bet namespace) |