Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)