An open API service indexing awesome lists of open source software.

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

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 :)