Develop WASM smart contracts with the Archway network developer CLI
Last updated May 19, 2026
42
Stars
19
Forks
16
Issues
0
Stars/day
Attention Score
30
Language breakdown
TypeScript 91.2%
Shell 6.0%
JavaScript 2.8%
Batchfile 0.0%
▸ Files
click to expand
README

Archway Developer CLI
Develop WASM smart contracts with the Archway Network's Developer CLI.
- Dependencies - CLI Installation - Install the latest published version - Install the pre-release version - Install the development version - CommandsDependencies
Make sure you've installed and configured all dependencies. For the full installation and setup instructions, visit the docs.
If you are on a Linux machine with a distribution different from Ubuntu, you may need to install the GNOME Keyring, or any other keyring compatible with the Secret service API.CLI Installation
Install the latest published version
npm i -g @archwayhq/cli
Install the pre-release version
npm i -g @archwayhq/cli@pre
Install the development version
npm i -g 'github:archway-network/cli'
Commands
archway accounts- Manages a local keyring with wallets to sign transactionsarchway autocomplete- display autocomplete installation instructionsarchway config- Manage the configuration of the Archway CLIarchway contracts- Perform actions with the contracts on a projectarchway help- Display help for archway.archway new- Initializes a new project repositoryarchway rewards- Queries and transactions in the Archway network's Rewards module
🔗 More in this category