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.


Building from source

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

The stable branch is master.

git clone https://github.com/Credit-Smartchain/Credit-Smart-Chain.git
cd Credit-Smart-Chain/
go build main.go -o polygon-edge
sudo mv polygon-edge /usr/local/bin

Last updated