A blockchain implementation in Go, as described in these articles:
go get github.com/richardweiyang/blockchain_go
source code
package main
import "github.com/richardweiyang/blockchain_go"
func main() {
cli := bc.CLI{}
cli.Run()
}
go build main.go
./main