Celo

Celo

Celo Community

Total projects
Total grants
Project updates
0%
Milestones

sayntikanigga

It is a beginner-friendly Solidity smart contract that allows players to join a simple number prediction game. Players choose a number between 1–10, pay a small entry fee, and wait for the game owner to reveal the winning number. If their prediction matches, they share the prize pool! Features : - 1. Join the game by paying a fixed entry fee (0.01 ETH). 2. Guess a number between 1 and 10. 3. Owner reveals the winning number. 4. Winners are rewarded automatically from the contract…

Trustchain

In today’s digital world, managing what happens to your online assets after death or long inactivity is a real concern. Trustchain provides an on-chain solution that automates this process using smart contracts. The contract allows an owner to: Register heirs and assign each a percentage of their estate. Periodically send a “heartbeat” to signal activity. Automatically release the assets to heirs if the owner remains inactive for a defined period. This eliminates reliance on centralized…

HealthProof

In traditional healthcare systems, medical reports are often stored on centralized databases that are vulnerable to tampering, loss, or unauthorized access. HealthProof addresses this problem by leveraging blockchain technology to ensure data integrity, privacy, and verification of medical records. Each medical report is stored off-chain (e.g., on IPFS or cloud) and only its cryptographic hash is saved on the blockchain. This allows for verification without exposing sensitive data on the…

Checklist

Checklist is an immutable daily productivity tracker built with Solidity. It allows each Ethereum user to maintain their own on-chain checklist of tasks. Once you add a task, it becomes part of your permanent blockchain record — promoting accountability and transparency in your productivity habits. This project is great for beginners learning how to: Work with structs and mappings in Solidity Understand storage and immutability Deploy and interact with smart contracts on EVM-compatible…

ChainMemos

ChainMemos is a simple, permanent, and decentralized note-storage system built using Solidity and deployed on the Celo Sepolia Testnet. It allows anyone to write and retrieve short memos directly on the blockchain, ensuring they remain accessible, transparent, and tamper-proof forever. Each memo includes the author’s wallet address, the memo content, and an automatic timestamp, creating an immutable public record of thoughts, messages, or updates. The project is designed as a beginner-friendly…