EtherBallot is centered around voting mechanisms, utilizing Solidity for smart contract implementation to ensure a secure and transparent electoral process.
-
Clone the repo and cd into the project directory
-
Run
npm installto install the dependencies -
Run
npx hardhat compileto compile the smart contracts -
Run
npx hardhat run scripts/deploy.jsto deploy the smart contracts -
Run
npx hardhat cleanto clean the cache and start over