This is a port of snakecoin to JS. All credit to @aunyks who wrote the original.
I'm working on this to learn more about what a blockchain even is.
Try curl localhost:4000/transaction -H "Content-Type: application/json" -d '{"from": "akjflw", "to":"fjlakdj", "amount": 3}'
And also curl /mine
and curl /blocks
License: WTFPL