ABEYChain Docs
Search…
ABEYChain Docs
Overview
Installation
Installation
Installation Instructions for Mac OS X
Installation Instructions for Windows
Ubuntu
Centos
Docker
RPC
Management API
JSON RPC API
Usage
Account-Address
Managing-your-accounts
Command-Line-Options
Backup-Restore
DPOS
Staking-Guide
Staking-Contract
Staking-ABI
Scan API
API
Powered By
GitBook
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 release/2.0
Finally, build the
gabey
program using the following command.
make gabey
You can now run
build/bin/gabey
to start your node.
Previous
Installation Instructions for Windows
Next
Centos
Last modified
11mo ago
Copy link