Skip to content

talentedev/vot-dapp-truffle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example votting dapp on Truffle

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

We develop a dapp with creation of dynamic proposals. Every user can create proposals and vote them. Of course, the users can vote once per proposal with the options approve, against or abstence.

Preconditions

This dapp is based on the official tutorial of Truffle Framework: http://truffleframework.com/tutorials/pet-shop

I recommend you to read it before you keep on with this example.

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

Deployment