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 Local Anvil dev chain · chainId 31337. Contracts deployed, signers funded, bots on the floor. online Enter arcade ▸
testnet.finneys.dev Second instance on a public testnet (Base Sepolia). Its own chain env, RPC & keys — not stood up yet. 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

PathWhat
/threekingsGame app (Next.js)
/threekings/betLive tables — real-stakes lobby
/threekings/api/healthServer health probe → {status:"ok"}
/threekings/api/bet/tablesOpen tables + phase/pot
/threekings/api/statsLeaderboard & game stats
/threekings/api/chain-streamOn-chain event stream (SSE)
/threekings/socket.ioRealtime game socket (/bet namespace)