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)