Ubuntu
Clone the repository to a directory of your choosing:
git clone https://github.com/abeychain/go-abey/
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.Last modified 8mo ago