Skip to content

Create a voting dapp that will take in a unique verified public address that will be given a single coin to place a vote. The coin will be sent to a unique account associated with the vote that was placed. The vote will be signed and sent to the unique account. Then using that we can obtain a balance of those minted tokens for each unique accoun…

License

Notifications You must be signed in to change notification settings

rulo96z/Vouting_Proyect

Repository files navigation

Vouting_Proyect

Ice Cream Pic

Create a voting dapp that will take in a unique verified public address that will be given a single coin to place a vote. The coin will be sent to a unique account associated with the vote that was placed. The vote will be signed and sent to the unique account. Then using that we can obtain a balance of those minted tokens for each unique account to get a live chart for the poll.


Technologies

This Web App was written in Python 3.7 & Solidity with the following packages and modules:

  • os
  • json
  • streamlit
  • web3
  • pathlib
  • dotenv

Usage

The File of interest is labeled voitingApp.py To run the file open the terminal, navigate to the directory Vouting_Proyect and run streamlit run voitingApp.py This web app is using sensitive information for that reason we are using .env file in the working directory.


Contributors

This code was created in 2022 for a project at (Education Services at UCB).

Additional updates/ uploads for usability was added by Deep Patel

Additional updates/ uploads for usability was added by Anthony Zamora

Additional updates/ uploads for usability was added by Thomas Leahy

Additional updates/ uploads for usability was added by Raul Nogales


License

MIT License

Copyright (c) 2022

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Create a voting dapp that will take in a unique verified public address that will be given a single coin to place a vote. The coin will be sent to a unique account associated with the vote that was placed. The vote will be signed and sent to the unique account. Then using that we can obtain a balance of those minted tokens for each unique accoun…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •