This is a simple blockchain implementation in Go. It's a toy project to learn about blockchains and practice Go programming. Based on this tutorial, with some modifications and additions.
The project uses Cobra for command line interface. you can get the full list of commands by running:
go run main.go --help