Blockchain based voting system
npm install
npm start
curl http://localhost:3001/blocks
curl -H "Content-type:application/json" --data '{"candidateAddress" : "abc"}' http://localhost:3001/mineBlock
curl -H "Content-type:application/json" --data '{"peer" : "ws://localhost:6001"}' http://localhost:3001/addPeer
curl http://localhost:3001/peers