Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 423 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 423 Bytes

Decentralize-voting-System

VotingSystem/ │ ├── contracts/ │ └── Voting.sol │ ├── migrations/ │ ├── 1_initial_migration.js │ └── 2_deploy_contracts.js │ ├── test/ │ └── votingTest.js │ ├── build/ # (Auto-generated after compilation) │ ├── truffle-config.js └── package.json # (Optional, if you want to use external libraries)