Stellarcade is a decentralized arcade platform built on the Stellar network using Soroban smart contracts. We provide provably fair games, community prize pools, and a seamless gaming experience using Stellar's fast and low-cost infrastructure.
- Provably Fair Gaming: Our Random Number Generator (RNG) contract ensures every game result is verifiable and fair.
- Decentralized Prize Pools: Play and win from pools managed entirely by smart contracts.
- Stellar Speed: Lightning-fast transactions and minimal fees.
- Multiple Games: Coin Flip, Trivia, and more—all on-chain.
- Open Source: Built by the community, for the community.
- Smart Contracts: Rust & Soroban SDK
- Backend: Node.js, Express, PostgreSQL, Redis
- Frontend: Vite + React (Coming Soon)
- Infrastructure: Docker, GitHub Actions
-
Clone the repository:
git clone https://github.com/stellar/stellarcade.git cd stellarcade -
Install dependencies:
# Backend cd backend && npm install # Contracts cd ../contracts/prize-pool && cargo build
-
Run with Docker:
docker-compose up -d
Detailed documentation can be found in the docs/ folder:
We welcome contributions! Please see our CONTRIBUTING.md for details on how to get started.
For security concerns, please refer to our SECURITY.md.
This project is licensed under the MIT License - see the LICENSE file for details.
Created with ❤️ for the Stellar Ecosystem (2026)