Skip to content

A smart contracts that allows users to create elections/polls, and people to vote on them

License

Notifications You must be signed in to change notification settings

gmussi/solidity-voting

Repository files navigation

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

About

A smart contracts that allows users to create elections/polls, and people to vote on them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published