-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Adrijan-Petek edited this page Jan 20, 2026
·
5 revisions
Joybit is a decentralized gaming platform on Base. This wiki is the canonical, “operator-ready” reference for how the app works, how the contracts are configured, and how to develop and deploy the stack.

- New player → Games (how each game works, fees, rewards)
- Developer → Development (local setup, env, tests, scripts)
- Operator / admin → Deployment and Security
- NFT achievements → Achievements
- Token and rewards → Tokenomics
- Web app: Next.js + TypeScript (App Router)
- Contracts: Solidity (Hardhat) on Base
-
Treasury model: games collect ETH fees and credit player rewards into the
Treasurycontract as claimable balances - Database: Turso (SQLite) for off-chain app data (admin, analytics, etc.)
- Product + engineering docs live in
docs/ - Wiki pages live in
docs/wiki/and are auto-published to the GitHub Wiki via.github/workflows/wiki-publish.yml
- Issues:
https://github.com/Adrijan-Petek/joybit/issues - Discussions:
https://github.com/Adrijan-Petek/joybit/discussions