Installation

Please refer to the installation method more applicable to you.

Our recommendation is to use the pre-built releases and verify the provided checksums.


Prior to using go install make sure that you have Go >=1.17 installed and properly configured.

The stable branch is develop.

1

Clone the repository

git clone https://github.com/xBuild-Chain/xBuild-Blockchain/polygon-edge.git
cd polygon-edge/
2

Build the binary

go build main.go -o polygon-edge
3

Install the binary system-wide

sudo mv polygon-edge /usr/local/bin

Prior to using go install make sure that you have Go >=1.17 installed and properly configured.

Install from the develop branch:

go install github.com/xBuild-Chain/xBuild-Blockchain/polygon-edge@develop

The binary will be available in your GOBIN environment variable, and will include the latest changes from the mainline develop branch.


Test-net and Main-net files are available at the linked GitHub repository.