go implementation for RangersProtocol
For more details about RocketProtocol please refer to the lightpaper: lightpaper link
-
Install Go binary release 1.13 from
-
Ensure a C compiler is working because of the cgo dependencies
git clone [email protected]:rangersprotocolcode/go-rangers.git
make sure you have the right account/password
To build this project:
makeTo clean build:
make cleanCheck if you have the binary file: rangers_node
We use go modules to manage all dependencies.
Check official documents before add or update any third party packages:
You may need the proxy for downloading the go packages.
for example: bash_profile for linux
- export GOPROXY = "http://goproxy.cn"
- export GO111MODULE = on