Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmussi/solidity-voting
A smart contracts that allows users to create elections/polls, and people to vote on them
https://github.com/gmussi/solidity-voting
Last synced: 26 days ago
JSON representation
A smart contracts that allows users to create elections/polls, and people to vote on them
- Host: GitHub
- URL: https://github.com/gmussi/solidity-voting
- Owner: gmussi
- License: mit
- Created: 2021-06-08T08:06:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T11:46:59.000Z (over 3 years ago)
- Last Synced: 2023-03-09T07:41:10.763Z (almost 2 years ago)
- Language: HTML
- Size: 7.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Voting contract for Solidity
A smart contracts that allows users to create elections/polls, and people to vote on them. This contract extends from Claimable, which allows the concept of ownership transferring.
# Main concepts
# Usage
Step 1: CLone the repository.
Step 2: Run `npm install` and then `npm run compile`.
Step 3: With ganache running, run `npm run test` to ensure everything is working normally.
# License
This code is provided under the [MIT License](https://github.com/gmussi/solidity-claimable/blob/master/LICENSE)