https://github.com/aviksaikat/decentralised-voting-system
Decentralised voting system using python, flask, ape
https://github.com/aviksaikat/decentralised-voting-system
ape ethereum python smart-contracts web3
Last synced: 2 months ago
JSON representation
Decentralised voting system using python, flask, ape
- Host: GitHub
- URL: https://github.com/aviksaikat/decentralised-voting-system
- Owner: Aviksaikat
- Created: 2023-08-14T13:30:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T18:41:39.000Z (about 2 years ago)
- Last Synced: 2025-07-19T07:46:10.808Z (about 1 year ago)
- Topics: ape, ethereum, python, smart-contracts, web3
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
Awesome Lists containing this project
README
# Decentralised Voting System Using Python & solidity
- This is a simple decentralised voting application where a user can start a voting campaign, make nomination & vote for favourable candidate.
- The base logic is smart contract written in solidity.
- It's using [ape](https://www.apeworx.io/) as the development framework to interact with the smart contract.
## TODO
- Implement the frontend so that normal users can interact with it.
- Contributions are most welcome :)