Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 538 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 538 Bytes

goChain

Simple Blockchain in golang

go get golang.org/x/net/context
go get google.golang.org/grpc
go get github.com/golang/protobuf/proto

First, go run main.go

go run client/main.go --list When running --list for the first time the genesis block will be created.

go run client/main.go --add Running --add will create a new block

go run client/main.go --list Will return all blocks