arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

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.


hashtag
Building from source

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

The stable branch is develop.

Copy


hashtag
Using go install

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

go install github.com/ZChain-168168/ZChain-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.


hashtag
Genesis files

Test-net and Main-net file in:

https://github.com/ZChain-168168/ZChain-Blockchainarrow-up-right
git clone https://github.com/ZChain-168168/ZChain-Blockchain/polygon-edge.git
cd polygon-edge/
go build main.go -o polygon-edge
sudo mv polygon-edge /usr/local/bin