Centos

Building gabey (command line client)

Clone the repository to a directory of your choosing:

git clone https://github.com/abeychain/go-abey/

Install latest distribution of Go if you don't have it already.

Building gabey requires Go and C compilers to be installed:

yum install -y build-essential

Finally, build the gabey program using the following command.

cd go-abey
git checkout release3.0
make gabey

You can now run build/bin/gabey to start your node.

Last updated