ikennaumeh / ethvoting_time

Voting dApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

EthVoting Time

project_description


Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Code Architecture
  4. Features/What the app does and Screenshots
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

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!

(back to top)

Built With

Flutter

Solidity

(back to top)

Getting Started

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.

Prerequisites

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.

Installation

You can download the app (apk) from this link.

Code Architecture

  • Used Stacked (MVVM) to manage state in the flutter app.
  • Solidity to write the smart contract.
  • Infura to deploy the smart contract.

(back to top)

Features/What the app does and Screenshots

  • 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).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Hana Fedeil - @CypherZox_ - hanafedeil@gmail.com

LinkedIn - LinkedIn

Project Link: https://github.com/CypherZox/ethvoting_time

(back to top)

Acknowledgments

(back to top)

About

Voting dApp


Languages

Language:Dart 47.6%Language:C++ 22.9%Language:CMake 10.7%Language:JavaScript 7.1%Language:HTML 5.3%Language:Solidity 2.7%Language:Ruby 1.8%Language:C 1.0%Language:Swift 0.5%Language:Kotlin 0.2%Language:Objective-C 0.1%