simple-blockchain Blockchain using golang Techs: Go 1.12.4 How to run: go run main.go Endpoints Route Verb Description http://localhost:8080 GET List all blocks from chain http://localhost:8080 POST Post a new message The message sent should be like: {"BPM":12} Code based on this article.