Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lamaparbat/blockchain-election-dapp
WEB 3.0 BLOCKCHAIN ELECTION SYSTEM
https://github.com/lamaparbat/blockchain-election-dapp
blockchain clean-architecture cluster express hardhat jest metamask-wallet mongodb mongoose nextjs pm2 react-places-autocomplete remix-ide smartcontracts solidity supertest tailwindcss truffle-framework typescript web3js
Last synced: 26 days ago
JSON representation
WEB 3.0 BLOCKCHAIN ELECTION SYSTEM
- Host: GitHub
- URL: https://github.com/lamaparbat/blockchain-election-dapp
- Owner: lamaparbat
- License: mit
- Created: 2022-09-12T15:35:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-26T10:28:10.000Z (over 1 year ago)
- Last Synced: 2024-04-30T22:09:49.431Z (8 months ago)
- Topics: blockchain, clean-architecture, cluster, express, hardhat, jest, metamask-wallet, mongodb, mongoose, nextjs, pm2, react-places-autocomplete, remix-ide, smartcontracts, solidity, supertest, tailwindcss, truffle-framework, typescript, web3js
- Language: TypeScript
- Homepage: https://dappvote.vercel.app
- Size: 150 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web 3.0 Blockchain Election System (Ethereum)
### Blockchain overview
![Blockchain Voting Interaction](https://user-images.githubusercontent.com/64581460/200596235-cba703b8-ac91-4600-9a02-d271a6ad8ed6.png)### System Design
a. Functional Decomposition Diagram
![FDD](https://user-images.githubusercontent.com/64581460/201529832-34d33fde-4dd4-4467-a182-dc286865a9ee.png)b. Activity diagram of sub-system
1. User registration & Verification2. Ballot Creation & Distribution
3. Vote casting
4. Result Tabulation
5. User interface
c. UML CLASS DIAGRAM
e. ERD
f. Data Dictionery
i). Candidate Data Dictionery
ii). Voter Data Dictionery
iii). Admin Data Dictionery
iv). Ballot Data Dictionery
v). Election Data Dictionery
g. Sequence Diagram
![Sequence Diagram](https://user-images.githubusercontent.com/64581460/215278290-7ad473f7-4b9a-432e-8d95-aad3563fd66b.png)### For wireframe:
open folder ``` /mockup/wireframes/ ```Author: Parbat Lama