The core implementation of the Archway protocol leverages the Cosmos SDK and CosmWasm to reward validators and creators for their contributions to the network.
Go 1.16 is required for Archway.
If you haven't already, download and install Go. See the official go.dev documentation. Make sure your GOBIN
and GOPATH
are setup.
Retrieve the source code from the official archway-network/archway GitHub repository.
git clone https://github.com/archway-network/archway
cd archway
git checkout main
You can build with:
make install
This command installs the archwayd
to your GOPATH
.
A docker image is provided to help with test setups.
To build a docker image:
docker build -t archwaynetwork/archwayd:latest .
To learn more, see the official Archway documentation.