A decentralized voting application built with Next.js, React, and Ethereum smart contracts. Live demo available at dappvoting.netlify.app

- Secure blockchain-based voting system
- User authentication with Web3 wallet
- Smart contract integration using ethers.js
- Real-time vote tracking
- Responsive and modern UI with React
- Secure smart contracts using OpenZeppelin
- Frontend: Next.js & React
- Blockchain: Ethereum
- Smart Contracts: Solidity & OpenZeppelin
- Web3 Integration: ethers.js & Web3Modal
- Styling: CSS & React Icons
- Node.js (v14 or higher)
- MetaMask or any Web3 wallet
- Basic understanding of Ethereum and smart contracts
- Clone the repository: git clone https://github.com/MKVEERENDRA/Votingdapp.git cd voting-dapp
- Install dependencies: npm install
- Run the APP npm run dev
voting-dapp/ ├── assets/ # Static assets ├── components/ # React components ├── contracts/ # Solidity smart contracts ├── context/ # React context providers ├── pages/ # Next.js pages ├── public/ # Public assets ├── scripts/ # Deployment scripts ├── styles/ # CSS styles └── test/ # Test files
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
-
MKVEERENDRA
-
GitHub: IOT-Team
-
MIT License
Copyright (c) 2025 MKVEERENDRA
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- OpenZeppelin for secure smart contract implementations
- Next.js team for the amazing framework
- Ethereum community for support and reso urces