{"id":19234766,"url":"https://github.com/archway-network/cli","last_synced_at":"2025-05-07T13:24:58.965Z","repository":{"id":37435625,"uuid":"405111682","full_name":"archway-network/cli","owner":"archway-network","description":"Develop WASM smart contracts with the Archway network developer CLI","archived":false,"fork":false,"pushed_at":"2024-10-30T12:43:20.000Z","size":95744,"stargazers_count":43,"open_issues_count":16,"forks_count":21,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-03-31T10:22:51.650Z","etag":null,"topics":["archway","blockchain","cli","cosmwasm","dapp","nodejs","smart-contracts","web3"],"latest_commit_sha":null,"homepage":"https://docs.archway.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","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":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-10T14:37:58.000Z","updated_at":"2025-03-24T14:38:47.000Z","dependencies_parsed_at":"2023-10-11T10:52:51.469Z","dependency_job_id":"ded74386-bd22-4103-9e32-c25b697ee11d","html_url":"https://github.com/archway-network/cli","commit_stats":{"total_commits":322,"total_committers":6,"mean_commits":"53.666666666666664","dds":0.5962732919254659,"last_synced_commit":"1ff13f15bf66b17cb7ff172e44075b99a1d0454b"},"previous_names":["archway-network/cli","archway-network/archway-cli"],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archway-network%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archway-network%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archway-network%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archway-network%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/archway-network","download_url":"https://codeload.github.com/archway-network/cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252884375,"owners_count":21819361,"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","cli","cosmwasm","dapp","nodejs","smart-contracts","web3"],"created_at":"2024-11-09T16:14:52.703Z","updated_at":"2025-05-07T13:24:58.925Z","avatar_url":"https://github.com/archway-network.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Archway Developer CLI](https://github.com/archway-network/cli/blob/main/docs/assets/cover.png?raw=true)\n\n# Archway Developer CLI\n\n[![Archway CLI](https://img.shields.io/badge/cli-archway-brightgreen.svg)](https://docs.archway.io)\n[![Version](https://img.shields.io/npm/v/@archwayhq/cli)](https://www.npmjs.com/package/@archwayhq/cli)\n[![Downloads/Week](https://img.shields.io/npm/dw/@archwayhq/cli.svg)](https://npmjs.org/package/@archwayhq/cli)\n![Tests](https://github.com/archway-network/cli/actions/workflows/test.yml/badge.svg)\n![CodeQL](https://github.com/archway-network/cli/actions/workflows/codeql.yml/badge.svg)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/070b358e0ece44c2b45867d945c46a28)](https://app.codacy.com/gh/archway-network/cli/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade)\n[![License](https://img.shields.io/github/license/archway-network/cli?label=License\u0026logo=opensourceinitiative\u0026logoColor=white\u0026color=informational)](https://opensource.org/licenses/Apache-2.0)\n\nDevelop WASM smart contracts with the Archway Network's Developer CLI.\n\n- [Archway Developer CLI](#archway-developer-cli)\n  - [Dependencies](#dependencies)\n  - [CLI Installation](#cli-installation)\n    - [Install the latest published version](#install-the-latest-published-version)\n    - [Install the pre-release version](#install-the-pre-release-version)\n    - [Install the development version](#install-the-development-version)\n  - [Commands](#commands)\n\n## Dependencies\n\nMake sure you've installed and configured all dependencies. For the full\ninstallation and setup instructions, [visit the docs](https://docs.archway.io/developers/getting-started/install).\n\n- [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm 'Install Node.js and NPM')\n- [cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html 'Install Cargo')\n- [cargo-generate](https://crates.io/crates/cargo-generate 'Install Cargo Generate')\n- [docker](https://docs.docker.com/get-docker 'Install Docker')\n\nIf you are on a Linux machine with a distribution different from Ubuntu, you may\nneed to install the [GNOME Keyring](https://wiki.archlinux.org/title/GNOME/Keyring),\nor any other keyring compatible with the [Secret service API](https://www.gnu.org/software/emacs/manual/html_node/auth/Secret-Service-API.html).\n\n## CLI Installation\n\n### Install the latest published version\n\n```bash\nnpm i -g @archwayhq/cli\n```\n\n### Install the pre-release version\n\n```bash\nnpm i -g @archwayhq/cli@pre\n```\n\n### Install the development version\n\n```bash\nnpm i -g 'github:archway-network/cli'\n```\n\n## Commands\n\n\u003c!-- commands --\u003e\n\n- [`archway accounts`](docs/accounts.md) - Manages a local keyring with wallets to sign transactions\n- [`archway autocomplete`](docs/autocomplete.md) - display autocomplete installation instructions\n- [`archway config`](docs/config.md) - Manage the configuration of the Archway CLI\n- [`archway contracts`](docs/contracts.md) - Perform actions with the contracts on a project\n- [`archway help`](docs/help.md) - Display help for archway.\n- [`archway new`](docs/new.md) - Initializes a new project repository\n- [`archway rewards`](docs/rewards.md) - Queries and transactions in the Archway network's Rewards module\n\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchway-network%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchway-network%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchway-network%2Fcli/lists"}