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
Installation Instructions for Mac OS X
Building gabey (command line client)
Clone the repository to a directory of your choosing:
git clone https://github.com/abeychain/go-abey/
Building
gabey
requires the Go compiler:
brew install go
Finally, build the
gabey
program using the following command.
cd go-abey
git checkout release/2.0
make gabey
If you see some errors related to header files of Mac OS system library, install XCode Command Line Tools, and try again.
xcode-select --install
You can now run
build/bin/gabey
to start your node.
Installation - Previous
Installation
Next
Installation Instructions for Windows
Last modified
11mo ago
Copy link