Exam Integrity is a decentralized application built on the Stellar blockchain using Soroban smart contracts. It aims to eliminate cheating, data tampering, and unfair practices in digital examinations by leveraging blockchain immutability.
By storing exam data and submissions securely on-chain, the system ensures complete transparency, trust, and verifiability for both educators and students.
- 📄 Registers exams with cryptographic hashes of questions
- 🧾 Accepts secure student submissions using hashed answers
- 🚫 Prevents duplicate submissions automatically
- 🔍 Enables verification of exam integrity without revealing actual content
- 📦 Stores all records permanently on-chain
- 🔐 Tamper-Proof Data – Once stored, exam data cannot be altered
- 👨🎓 Single Submission Enforcement – One attempt per student
- 🌐 Decentralized System – No central authority required
- 📊 Transparent Records – Fully auditable on blockchain
- ⚡ High Efficiency – Powered by Soroban smart contracts
-
Exam Creation Instructor uploads exam → system stores hashed questions
-
Student Submission Student submits hashed answers → stored on-chain
-
Validation Smart contract checks for duplicate submissions
-
Verification Anyone can verify integrity using hashes without exposing content
Contract Address:
CBIBWAQLSZHNSLVHLHIND6UDFZM256QEWNQ6C5CNCEZSVRSBZATEQQBK
https://stellar.expert/explorer/testnet/contract/CBIBWAQLSZHNSLVHLHIND6UDFZM256QEWNQ6C5CNCEZSVRSBZATEQQBK
- Rust (Soroban SDK)
- Stellar Blockchain
- Soroban Smart Contracts
├── contracts/
│ └── exam_integrity.rs
├── README.md
└── Cargo.toml
- 🔑 Wallet-based authentication (Stellar wallet integration)
- ⏳ Time-bound exams with automatic locking
- 🤖 AI-powered answer validation for objective tests
- 🏫 Admin dashboard for institutions
- 📱 Frontend UI (React + Web3 integration)
Contributions are welcome! Feel free to fork this repository, open issues, or submit pull requests to improve the project.
This project is licensed under the MIT License.
To build a trustless, transparent, and secure examination ecosystem where integrity is guaranteed by design—not enforced by authority.
