{"id":13562488,"url":"https://github.com/archway-network/archway","last_synced_at":"2025-10-04T08:38:27.463Z","repository":{"id":38687911,"uuid":"381591264","full_name":"archway-network/archway","owner":"archway-network","description":"Archway Network","archived":false,"fork":false,"pushed_at":"2025-03-19T11:34:19.000Z","size":6490,"stargazers_count":71,"open_issues_count":25,"forks_count":102,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-04-01T09:36:12.407Z","etag":null,"topics":["archway","blockchain","cosmos-sdk","cosmwasm","go","golang","wasm"],"latest_commit_sha":null,"homepage":"https://archway.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/archway-network.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-30T05:57:26.000Z","updated_at":"2025-03-19T11:34:23.000Z","dependencies_parsed_at":"2023-10-13T00:41:11.936Z","dependency_job_id":"9328d98b-3cc1-4699-90f2-1c27d8dfd0de","html_url":"https://github.com/archway-network/archway","commit_stats":null,"previous_names":[],"tags_count":55,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archway-network%2Farchway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archway-network%2Farchway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archway-network%2Farchway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archway-network%2Farchway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/archway-network","download_url":"https://codeload.github.com/archway-network/archway/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247829511,"owners_count":21002997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["archway","blockchain","cosmos-sdk","cosmwasm","go","golang","wasm"],"created_at":"2024-08-01T13:01:09.160Z","updated_at":"2025-10-04T08:38:27.384Z","avatar_url":"https://github.com/archway-network.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"![](https://github.com/archway-network/archway/blob/main/banner.png)\n\n# Archway\n\n[![Version](https://img.shields.io/github/v/tag/archway-network/archway.svg?sort=semver\u0026style=flat-square)](https://github.com/archway-network/archway/releases/latest)\n[![GoDoc](https://img.shields.io/badge/godoc-reference-blue?style=flat-square\u0026logo=go)](https://pkg.go.dev/github.com/archway-network/archway)\n[![Go Report Card](https://goreportcard.com/badge/github.com/archway-network/archway)](https://goreportcard.com/report/github.com/archway-network/archway)\n[![codecov](https://codecov.io/gh/archway-network/archway/branch/master/graph/badge.svg)](https://codecov.io/gh/archway-network/archway)\n[![License:Apache-2.0](https://img.shields.io/github/license/archway-network/archway.svg?style=flat-square)](https://github.com/archway-network/archway/LICENSE)\n\nThe core implementation of the Archway protocol leverages the [Cosmos SDK](https://cosmos.network) and [CosmWasm](https://cosmwasm.com) to reward validators and creators for their contributions to the network.\n\n## System Requirements\n\nThe following specifications have been found to work well:\n\n- An x86-64 (amd64) multi-core CPU (AMD / Intel);\n  - Higher clock speeds are preferred as CometBFT is mostly single-threaded;\n- 64GB RAM;\n- 1TB NVMe SSD Storage (disk i/o is crucial);\n- 100Mbps bi-directional Internet connection;\n\n## Software Dependencies\n\nThe following software should be installed on the target system:\n\n- The Go Programming Language (\u003chttps://go.dev\u003e)\n- Git Distributed Version Control (\u003chttps://git-scm.com\u003e)\n- Docker (\u003chttps://www.docker.com\u003e)\n- GNU Make (\u003chttps://www.gnu.org/software/make\u003e)\n\n## Build from Source\n\n[Clone the repository](https://github.com/archway-network/archway), checkout the `main` branch and build:\n\n```sh\ncd archway\ngit checkout main\nmake install\n```\n\nThis will install the `archwayd` binary to your `GOPATH`.\n\n## Dockerized Containers\n\nA docker image for production purposes (no shell access):\n\n[Packages: archwayd](https://github.com/orgs/archway-network/packages/container/package/archwayd)\n\nA docker image is also provided for test setups (shell access):\n\n[Packages: archwayd-debug](https://github.com/orgs/archway-network/packages/container/package/archwayd-dev)\n\n## Running localnet\n\nThere are two ways to run a localnet, local and containerized\n\n### Containerized\n\nThis solution uses docker-compose and docker on the backend.\nTo setup new localnet use:\n\n```\nmake localnet\n```\n\nTo continue last localnet used:\n\n```\nmake localnet-continue\n```\n\n### Local\n\n## Documentation\n\nTo learn more, please [visit the official Archway documentation](https://docs.archway.io).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchway-network%2Farchway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchway-network%2Farchway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchway-network%2Farchway/lists"}