Golang (Go) implementation of full Grin (grin network) node.
Development status: frozen (highly unstable grin's consensus & protocol).
- Reliable and fast grin-network node
- Deep dive into p2p, blockchain development skills on fav Golang
- Just for fun
- Full node
- Mining mode (mining pool)
- API for developers
- Golang >= 1.11
$ go get github.com/dblokhin/gringo/cmd/node
Check your $GOPATH/bin
folder for binary.
The Gringo project welcomes contributions. Gringo's primary goal is to be a reliable and fast grin-network node. Changes meet the requirements below, will be considered.
Contribution requirements:
- Tests: All changes must be accompanied by a new (or changed) test, or a sufficient explanation as to why a new (or changed) test is not required.
- ...