https://blockchain-1-44f6.onrender.com/
This is an open source module which allows for polling using surveys using Algorand
![]()
- Survey Creation
- Survey Deployment
- Survey Results
=> python app.py
=> pip install -r requirements.txt
Create an Open Source module to help developers in integrating Pollings and Surveys (based on blockchain, Algorand in our case) on their projects
/ CREATE SURVEY : Allows creation of surveys with the desired questions and options / RESPONSE SUBMISSION : Allows submission of responses, internally using Private Key (to maintain uniqueness) and App ID / SURVEY RESULTS: Displays the current status of the polling (may or may not be made visible to all)
/ Trustable Pollings: This can be integrated to individual projects and allows for easy creation of polls. These polls would carry a lot of trust factor, through the private address. /Why this? Removes the need to create surveys from scratch for your applications / Empowering Opinions: With this we aim to revolutionalize the way pollings are done, now it’s with full privacy and authenticity
https://youtu.be/wzr7Rxd0yG0?si=WTLr5Pz27GiMaEFZ
Put your private key and other details in .env file
For the frontend demo: Apart from app.py (containing the backend) and the static folder (containing the frontend html files), all other files are not required explicitly
Apart from the survey creation, deployement and interaction files, there are several files which were developed in the initial stages of development and are partly based on web2. They are completely nonfunctional, and just have been kept to know the development history.