ABEYChain Docs
Search
⌃K

Ubuntu

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:
sudo apt-get install -y build-essential
Checkout the lasted release branch:
cd go-abey
git checkout release3.0
Finally, build the gabey program using the following command.
make gabey
You can now run build/bin/gabey to start your node.