Celo

Celo

Celo Community

Total projects
Total grants
Project updates
0%
Milestones

web.sol

CoinToss is a simple blockchain-based wagering game built using Solidity. Players can wager ETH (or the native token on a network like CELO) on the outcome of a virtual coin toss — Heads or Tails. If they guess correctly, they win double their wager. If not, their wager stays in the contract. This project demonstrates how to: Accept and send Ether in Solidity. Use pseudo-randomness (for learning purposes). Manage ownership and withdrawals securely. https://github.com/pragati-shaw/web.sol.git

Synhealth

Access to healthcare should be secure, transparent, and user-controlled. Our platform empowers individuals to fully own and manage their health information using decentralized technology. Each user receives an NFT that serves as a secure access key to their encrypted medical data, consultations, and verified hospital records. By combining decentralized storage, encryption, and NFT-based access, the platform ensures that health data is protected from unauthorized use while remaining easily…

GiveFi

A simple and transparent blockchain donation platform built with Solidity. GiveFi enables anyone to donate ETH to verified causes, while ensuring every transaction is recorded publicly on-chain. It is an educational blockchain project that demonstrates how smart contracts can be used to bring transparency to donations. It allows the contract owner to add verified NGOs or campaigns, and donors can send funds directly to these causes — no intermediaries, no hidden fees. All donations are stored…

CELO1-project

ChainToss is a simple demo smart contract built in Solidity that simulates a coin flip game directly on-chain. Players send a fixed bet amount (0.01 ETH) and guess Heads or Tails. The contract then generates a pseudo-random result — if the player guesses correctly, they instantly win double their bet! This project serves as an educational example, ideal for beginners learning: Payable functions Events Randomness (and its limitations on-chain) ETH transfers and balance handling GitHub Link…