Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snatev/simple-election-dapp
A basic test and learning project demonstrating a simple election system on the Ethereum blockchain using Solidity, Web3.js etc.
https://github.com/snatev/simple-election-dapp
dapp dapp-example web3
Last synced: 19 days ago
JSON representation
A basic test and learning project demonstrating a simple election system on the Ethereum blockchain using Solidity, Web3.js etc.
- Host: GitHub
- URL: https://github.com/snatev/simple-election-dapp
- Owner: snatev
- Created: 2024-06-15T09:38:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-02T20:29:45.000Z (22 days ago)
- Last Synced: 2025-01-02T21:30:36.251Z (22 days ago)
- Topics: dapp, dapp-example, web3
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🗳️ Simple Election DApp
A basic test and learning project demonstrating a simple election system on the Ethereum blockchain using Solidity, Web3.js, MetaMask, and more. This version is a very basic and limited implementation.
## 🚀 Features
🗳️
Vote
Users can vote for their preferred candidate. Each user can vote only once, ensuring fairness and preventing duplicate voting.
👨💼
Admin
Special functionalities for the admin, including adding and removing candidates. The admin has exclusive rights to manage the election settings.
📊
Overview
Users can view the list of candidates along with their respective vote counts. This allows for transparency and keeps the process open to all participants.
## 🛠️ Technologies Used
⚙️
Solidity
The primary programming language for writing smart contracts. Used to define the logic of the election process.
🌐
Ganache
A personal Ethereum blockchain for local development and testing. Provides a safe environment to test the DApp without real ETH.
📚
Web3.js
A JavaScript library for interacting with the Ethereum blockchain. Used to communicate between the front end and the smart contracts.
🦊
MetaMask
A browser extension that acts as a wallet for managing Ethereum accounts and transactions. Allows users to securely interact with the DApp.