bukosabino / truffle-voting-dapp

Example Blockchain voting DApp with truffle

Home Page:https://voting-dapp-ropsten.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voting example DApp on Truffle Framework.

This is a DApp example on Ethereum local network using Truffle Framework.

If you want use this dapp on ropsten testnet you can check this repo: https://github.com/bukosabino/truffle-voting-dapp-ropsten

We develop a DApp where the users can create proposals and vote them. Of course, they can vote once per proposal with the options in support, against or absence.

For Spanish speaking readers, you can read more about this tutorial.

Preconditions

This dapp is based on the official tutorial of Truffle Framework: http://truffleframework.com/tutorials/pet-shop. So, I strongly recommend to read it before.

You need to pay attention to configure and run Ganache (for a local blockchain) and MetaMask (for a client web blockchain).

Deployment

TODO:

  • Init and end dates to proposals.
  • Anonymous users.

Credits:

Developed by Bukosabino at Lecrin Technologies - http://lecrintech.com

We are glad to receive any contribution, idea or feedback.

Donation Address

  • ETH: 0x96d6e3823b655602cc643996c1ada8b6b532f0c0
  • DASH: XrXUic1huVaFfSqDygveADwNAbdutz41VG

About

Example Blockchain voting DApp with truffle

https://voting-dapp-ropsten.herokuapp.com

License:GNU General Public License v3.0


Languages

Language:JavaScript 98.6%Language:HTML 1.4%