@netvote/elections-solidity
v1.0.15
Published
Elections Contracts
Downloads
29
Readme
Netvote Smart Contracts
Collection of smart contracts for the Netvote Voting System. Information and white paper at https://netvote.io
Getting Started
Install
Install requirements with npm:
npm install
Install truffle
npm install -g truffle
Install solium for linting
npm install -g solium
Testing and Linting
Run tests:
npm test
Lint Solidity
npm run lint
Test with Coverage
npm run coverage
Contributing
Style Guide
We're using the official Solidity style guide. https://solidity.readthedocs.io/en/latest/style-guide.html
Contribution Process
- Fork repo
- Make desired changes
- Submit PR (Reference Issue #)
- Ensure Tests Pass
- Reviewer will review
- Reviewer Squash + Merges PR
License
All code is released under the GNU General Public License v3.0.