Celo

Celo

Celo Community

Total projects
Total grants
Project updates
0%
Milestones

NFT-Minter

The NFT-Minter Project is an open-source, blockchain-based application designed to simplify the NFT creation process. It allows users to upload their NFT images, generate JSON metadata for the NFT, and interact with a dynamic NFT marketplace. Beginners can contribute to the project while learning how to develop decentralized applications (dApps). By offering easy integration with blockchain technology, the project aims to empower users to engage in the world of NFTs, regardless of technical…

Fair On-Chain Puzzle

Fair On-Chain Puzzle is a Solidity-based smart contract that brings a classic memory matching game to the blockchain. Unlike traditional games where hidden data lives on a central server, this game embraces blockchain transparency — every move, every shuffle, every card is publicly verifiable. This project demonstrates one of the most fundamental truths of blockchain development: 🧠 Nothing on-chain is truly private. Even “private” variables can be read from storage — so fairness must be…

celo_pro

DeckChain is a simple blockchain-based project built using Solidity for beginners learning how to create and interact with smart contracts. The idea of XYZ is to explore decentralized management of digital “cards” and “decks,” where users can create, shuffle, and draw cards securely on the Ethereum blockchain — all without relying on centralized servers. This project demonstrates core blockchain principles: Ownership of digital assets Data stored transparently on-chain Deterministic execution…

Decentralized Note Storing System (XXX)

🚀 Project Description The Decentralized Note Storing System is a blockchain-based application that allows users to securely manage small pieces of text data (notes) in a transparent and immutable way. Each Ethereum or Celo wallet address can store one note, which can be updated anytime by the owner. This project demonstrates core concepts of blockchain development: Smart contract functions Data storage using mappings Events and user interactions Transparency and decentralization MY GITHUB…

BlockGate

BlockGate is a simple and beginner-friendly Solidity smart contract that records and tracks on-chain job submissions for transparent review. It’s designed to help developers understand how blockchain can be used to verify, store, and manage digital entries securely. BlockGate provides a decentralized way to store and retrieve job or task submissions on the blockchain. Each submission is timestamped, publicly viewable, and permanently recorded — ensuring transparency and trust in how job…