The branch for Naivecoin, chapter1
npm install
npm start
curl https://localhost:3001/blocks
curl -H "Content-type:application/json" --data '{"data" : "Some data to the first block"}' https://localhost:3001/mineBlock
curl -H "Content-type:application/json" --data '{"peer" : "ws:https://localhost:6001"}' https://localhost:3001/addPeer
curl https://localhost:3001/peers