https://github.com/thedhruvrawat/evm
A primitive EVM software written in C++
https://github.com/thedhruvrawat/evm
Last synced: 2 months ago
JSON representation
A primitive EVM software written in C++
- Host: GitHub
- URL: https://github.com/thedhruvrawat/evm
- Owner: thedhruvrawat
- Created: 2020-04-07T13:35:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T13:40:49.000Z (about 5 years ago)
- Last Synced: 2025-01-03T19:46:40.426Z (4 months ago)
- Language: C++
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## EVM
#### This was made by me as a project for CBSE Class XII Computer Science PracticalIn this, a registered set of voters will be able to cast their vote. They will have to prove their identity by giving their identification number . An authenticated user's vote will be accepted. A user who has already casted a vote could not be able to vote again. After voting has finished, results will be declared. An edit option , will allow to create new voters and choose candidates.