archway-network
archway
Go

Archway Network

Last updated May 23, 2026
72
Stars
98
Forks
23
Issues
0
Stars/day
Attention Score
44
Language breakdown
Go 94.5%
Rust 3.6%
Makefile 1.1%
Shell 0.7%
Smarty 0.1%
Dockerfile 0.0%
Files click to expand
README

Archway

Version GoDoc Go Report Card codecov License:Apache-2.0

The core implementation of the Archway protocol leverages the Cosmos SDK and CosmWasm to reward validators and creators for their contributions to the network.

System Requirements

The following specifications have been found to work well:

  • An x86-64 (amd64) multi-core CPU (AMD / Intel);
- Higher clock speeds are preferred as CometBFT is mostly single-threaded;
  • 64GB RAM;
  • 1TB NVMe SSD Storage (disk i/o is crucial);
  • 100Mbps bi-directional Internet connection;

Software Dependencies

The following software should be installed on the target system:

  • The Go Programming Language ()
  • Git Distributed Version Control ()
  • Docker ()
  • GNU Make ()

Build from Source

Clone the repository, checkout the main branch and build:

cd archway
git checkout main
make install

This will install the archwayd binary to your GOPATH.

Dockerized Containers

A docker image for production purposes (no shell access):

Packages: archwayd

A docker image is also provided for test setups (shell access):

Packages: archwayd-debug

Running localnet

There are two ways to run a localnet, local and containerized

Containerized

This solution uses docker-compose and docker on the backend. To setup new localnet use:

make localnet

To continue last localnet used:

make localnet-continue

Local

Documentation

To learn more, please visit the official Archway documentation.

🔗 More in this category

© 2026 GitRepoTrend · archway-network/archway · Updated daily from GitHub