Abey Docs
  • Overview
  • Installation
    • Installation
      • Installation Instructions for Mac OS X
      • Installation Instructions for Windows
      • Ubuntu
      • Centos
      • Docker
  • RPC
    • Management API
    • JSON RPC API
  • Usage
    • Managing your accounts
    • Command line options
    • Backup & restore
    • Integrating an exchange
  • DPOS
    • Staking guide
    • Staking contract
    • Staking ABI
  • Scan API
    • Scan API
  • Whitepaper
    • Whitepaper
Powered by GitBook
On this page

Was this helpful?

  1. Installation
  2. Installation

Centos

PreviousUbuntuNextDocker

Last updated 2 years ago

Was this helpful?

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 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.

Go