lhartikk / naivecoin

A tutorial for building a cryptocurrency
https://lhartikk.github.io/
Apache License 2.0
531 stars 266 forks source link

Curl no longer interacting with the server #16

Open canaanmckenzie opened 5 years ago

canaanmckenzie commented 5 years ago

Hi @lhartikk ,

after running npm install, npm start the server is non-responsive to curl commands. Has something changed between your tutorial code and instructions on how to interact with the HTTP server between writing the tutorial and now?

Thanks, Canaan