├── LICENSE ├── README.md ├── main.py ├── requirements.txt ├── templates └── index.html └── voting.sol /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamyala/Your_First_Decentralized_Application_Python/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamyala/Your_First_Decentralized_Application_Python/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamyala/Your_First_Decentralized_Application_Python/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamyala/Your_First_Decentralized_Application_Python/HEAD/requirements.txt -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamyala/Your_First_Decentralized_Application_Python/HEAD/templates/index.html -------------------------------------------------------------------------------- /voting.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adamyala/Your_First_Decentralized_Application_Python/HEAD/voting.sol --------------------------------------------------------------------------------