Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 361 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 361 Bytes

voting-contracts

This contract stores all poll and proposal data for the opinionator. Each poll has an author who can administrate his polls. Polls consist of prposals which can be voted on. Proposals can be created by everyone but the pol author needs to activate them before they can be voted on.

To build run 'truffle compile' To test run 'truffle test'