Back
DeFi Voting System
Year
2024
Tech & Technique
Solidity, FastAPI, MySQL, Python, Ethereum, REST APIs
Description
A secure, hybrid on-chain + off-chain voting system designed to ensure traceability, transparency, and data integrity.
Key Features:
Technical Highlights:
Key Features:
- ๐ Off-chain authentication layer with FastAPI
- ๐๏ธ Highly normalized MySQL schema for auditable voting records
- โ๏ธ Ethereum smart contracts for transparent on-chain finalization
- ๐ End-to-end traceability of every voting transaction
- ๐ Scalable REST API architecture
Technical Highlights:
- Designed relational schema ensuring referential integrity
- Developed Solidity contracts for immutable vote recording
- Built secure API endpoints for identity verification & logging
My Role
Blockchain & Backend Developer
I implemented both the off-chain and on-chain components:
I implemented both the off-chain and on-chain components:
- ๐ก๏ธ Built FastAPI backend for authentication & logging
- ๐๏ธ Designed MySQL schema for secure vote storage
- โ๏ธ Wrote Solidity smart contracts for Ethereum
- ๐งช Performed end-to-end testing across all layers