Skip to main content

Installation

Build and install the Point Chain binaries from source or using Docker.

Pre-requisites

Install Go

danger

Point Chain is built using Go version 1.18+

go version
tip

If the pointd: command not found error message is returned, confirm that your GOPATH is correctly configured by running the following command:

export PATH=$PATH:$(go env GOPATH)/bin

GitHub

Clone and build Point Chain using git:

git clone https://github.com/pointnetwork/point-chain.git
cd point-chain
git checkout mainnet
make install

Check that the pointd binaries have been successfully installed:

pointd version
Also to build node you would have to have make installed:

sudo apt-get install build-essential