Installation
Last updated
Last updated
Please refer to the installation method more applicable to you.
Our recommendation is to use the pre-built releases and verify the provided checksums.
Please refer to the page for a list of releases.
Alveychain comes with cross-compiled AMD64/ARM64 binaries for Darwin and Linux.
Official Docker images are hosted under the .
docker pull alveychainlab/alveychain:latest
Prior to using go install
make sure that you have Go >=1.16
installed and properly configured.
The stable branch is develop
.
go install
Prior to using go install
make sure that you have Go >=1.16
installed and properly configured.
go install github.com/alveychain-lab/alveychain@dev
The binary will be available in your GOBIN
environment variable, and will include the latest changes from the mainline develop
branch.