Collection of smart contracts for the Netvote Voting System. Information and white paper at https://netvote.io
npm install
npm install -g truffle
npm install -g solium
npm test
npm run lint
npm run coverage
We're using the official Solidity style guide. https://solidity.readthedocs.io/en/latest/style-guide.html
- Fork repo
- Make desired changes
- Submit PR (Reference Issue #)
- Ensure Tests Pass
- Reviewer will review
- Reviewer Squash + Merges PR
All code is released under the GNU General Public License v3.0.