This is a BlockChain based Voting System.
- Clone the repository :
git clone https://github.com/parthasdey2304/BlockChain-Voting-System.git
- Open the repository :
cd BlockChain-Voting-System
- Make the
setup.sh
&startup.sh
file executable :
chmod +x setup.sh startup.sh
- Run the
setup.sh
file :
./setup.sh
- Run the
startup.sh
file :
./startup.sh
