Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Archway Network

License

NotificationsYou must be signed in to change notification settings

archway-network/archway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archway

VersionGoDocGo Report CardcodecovLicense:Apache-2.0

The core implementation of the Archway protocol leverages theCosmos SDK andCosmWasm 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:

Build from Source

Clone the repository, checkout themain branch and build:

cd archwaygit checkout mainmake install

This will install thearchwayd binary to yourGOPATH.

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, pleasevisit the official Archway documentation.


[8]ページ先頭

©2009-2025 Movatter.jp