This repository is a simple implementation of a Blockchain made with GO. Based on this tutorial https://medium.com/@mycoralhealth/code-your-own-blockchain-in-less-than-200-lines-of-go-e296282bcffc with some improvements in the code I hope this can be usefull for someone who is starting in the Blockchain world.
Clone or Download this repository and run the following command:
go get -d ./...
Then you can build the project with go build
commmand or running the executable or by using the following command: go run main.go
.