Voting on a Blockchain: DApp Demonstration

Jackson Ng
Coinmonks

--

This is the 3rd of 5 articles to explore the development of an end-to-end Balloting system on Ethereum. In this article, I will demonstrate how the voting DApp works. This is a demonstration you can try.

Photo by Ming Jun Tan on Unsplash

Do check back often as I work on the rest of the articles in this series.

1. Voting on a Blockchain: How it works
2. Voting on a Blockchain: Solidity Contract Codes explained
3. Voting on a Blockchain: DApp Demonstration
4. Voting on a Blockchain: Ballot Management DApp Code Walk-through
5. Voting on a Blockchain: Voting DApp Code Walk-through

Getting Started

Visit MetaMask to install a digital wallet on your Chrome browser. A digital wallet is where you keep your cryptocurrency.

On MetaMask, change the network to “Ropsten Test Network” so that you don’t need to spend real ETH to try this demonstration.

Create 4 accounts on MetaMask:

  1. Chairman: This guy runs the ballot and sets the proposal for people to vote for.

--

--