Celo

Celo

Celo Community

Total projects
Total grants
Project updates
0%
Milestones

GuessFlow

GuessFlow is a decentralized High-Low number guessing game built on the Ethereum blockchain. Players try to predict whether the next randomly generated number will be higher or lower than the previous one. This project demonstrates how to: Write and deploy a basic Solidity smart contract Use pseudo-randomness in smart contracts (for demo purposes) Handle Ether transactions (bets, payouts, and fees) Manage contract ownership and security It’s perfect for Solidity beginners learning how…

PRANZ

WheelFi is a decentralized "Spin & Win" game built on the Ethereum blockchain. Players can spin the wheel by sending ETH to the contract — if luck favors them, they instantly win a reward! The game operates without intermediaries, using smart contract logic to ensure transparency and fairness. WheelFi is designed as a fun, on-chain luck-based game where users can place small bets and potentially win multiples of their wager. This project demonstrates the core principles of decentralized gaming…

Card-Guess

Suit Prediction Game is a beginner-friendly Ethereum smart contract that lets players test their luck by predicting a card suit — Hearts, Diamonds, Clubs, or Spades. If the player’s prediction matches the randomly generated suit, they win double their bet! This project is designed to help new Solidity developers understand: How to write and deploy smart contracts How to handle Ether transactions The basics of pseudo-randomness in Solidity https://github.com/swastikamitra05-coder/Card-Guess