Skip to content

saeveritt/goChain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Blockchain in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages