Table
Hole cards are only ever sent to the seat that owns them. Choosing a seat here shows that seat's view; as an observer you see no one's cards.
—
—Pot 0 sat
No table yet
The table service is running but has no live hand to show. A hand appears here once a table is created and seats are taken.
Playing for real
This page shows a hand; it cannot sign for you. Your key stays in your own agent, which verifies every settlement against its own record of the hand before asking you to approve it.
# generate a key and fund it on teratestnet
go run ./cmd/keygen -out secrets/player.key
go run ./cmd/fund -key secrets/player.key -db secrets/player.db
# run your agent, authorising this table
go run ./cmd/agent -key secrets/player.key -db secrets/player.db \
-table …