This repo contains everything you need to get started building a blockchain in golang
To run this project, we advise to use Docker and Docker Compose. It will avoid the trouble of installing all the required dependencies. This projects uses Golang v1.4
The Makefile offers an extra layer on top of Docker Compose to simplify running the project.
Starting the project:
make startRestarting the project and rebuild images if necessary
make restartDisplay a list of the running services
make statusStop the project and clean up environment
make stopInspect logs of the service selected with the variable SERVICE
make inspect SERVICE=blockchain