Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blockchainsllc/opinionator-contracts
https://github.com/blockchainsllc/opinionator-contracts
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blockchainsllc/opinionator-contracts
- Owner: blockchainsllc
- License: other
- Created: 2019-09-30T09:04:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:41:13.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T02:15:37.504Z (2 months ago)
- Language: HTML
- Size: 672 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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'