Table of Contents
This is a dApp that makes you vote for your favourirte character fron the Adventure time, all you have to do is just fill your MetaMask wallet with some Eth(Rinkebey network) then vote and BOOM see who's winnig!
The app is available for installation as an apk (Will publish on Play Store soon follow me on Twitter to get notified on that). To run on iOS devices you can run the app with an iOS Simulator.
To run the code you have to install Flutter on your device with the following links:
To run the app:
flutter pub get
flutter packages pub run build_runner build --delete-conflicting-outputs
flutter run
You can download the app (apk) from this link.
To pay for voting (you'll vote with Rinkeby Eth so you won't pay real money here):
- Install the MetaMask app.
- create account(or import your account if you already have an account).
- switch to Rinkeby network.
- You can get balance from here.
You can download the app (apk) from this link.
- Used Stacked (MVVM) to manage state in the flutter app.
- Solidity to write the smart contract.
- Infura to deploy the smart contract.
-
Connect with Metamask wallet (Shows results when wallet address has already been voted with before)
-
Vote for your chosen candidate.
-
Checks to see if the user(address) has voted before
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Hana Fedeil - @CypherZox_ - [email protected]
Project Link: https://github.com/CypherZox/ethvoting_time