This project is a simple and transparent attendance tracking system built on the blockchain using Solidity. It allows an administrator to mark attendance for participants and stores each record immutably with a timestamp. Perfect for events, workshops, or academic institutions looking to ensure auditability and trust.
The objective is to build a secure, transparent, and auditable attendance tracking system powered by blockchain (Web3), making participation records trustworthy and tamper-proof for academic institutions, workshops, and events.
And the project utilizes a smart contract written in Solidity and deployed on the Celo Sepolia Testnet to record attendance. Only an admin can mark attendance for participants. Each record is stored immutably on-chain, including presence status and a timestamp, ensuring data verifiability and public auditability.
The core problem being addressed in the code for the repository "basudha5933/rise-in-web3" is secure and transparent attendance tracking. Specifically, the code implements a blockchain-based smart contract that allows an administrator to mark the attendance of participants. Each attendance record logs whether a participant is present along with a timestamp, and this data is stored immutably on the blockchain to ensure auditability and trust.
The solution is a smart contract written in Solidity that enables an administrator to immutably mark and store the attendance of participants on the blockchain.
India