MemoChain is a beginner-level Solidity smart contract built on the Celo testnet (Celo-Sepolia).
The idea behind MemoChain is to create an on-chain card matching memory game, where players can flip and match pairs of cards stored directly on the blockchain.
This project is meant to help newcomers to Solidity understand smart contract basics, events, and state management in a fun and interactive way.
GitHub Repo : https://github.com/RanitPal/MemoChain
MemoChain’s mission is to help beginners learn Solidity through a straightforward on-chain card matching game deployed on the Celo testnet.
The contract solves the problem of implementing a simple on-chain memory game to help beginners learn Solidity state management, events, and gameplay logic on the Celo blockchain.
The solution is a complete smart-contract implementation of a memory card matching game on the Celo blockchain that helps beginners learn Solidity through a simple, interactive project.