/archway-cli

Develop WASM smart contracts with the Archway network developer CLI

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Archway Developer CLI

Make sure you've installed and configured all dependencies. For full installation and setup instructions, visit the docs.

Dependencies

CLI Installation

Install the latest published version

npm i -g @archwayhq/cli

or

yarn global add @archwayhq/cli

Install the development version

npm i -g 'github:archway-network/archway-cli'

or

yarn global add 'github:archway-network/archway-cli'

Usage

archway [command] [options]

Commands

accounts [options]               List available wallets or add new wallet
build [options]                  Build the project
config [options]                 Print or create a config file
instantiate [options]            Instantiate a stored contract
deploy [options]                 Deploy to network, or test deployability
history [options]                Print deployments history for the currently selected network
metadata [options]               Sets the contract metadata with rewards parameters
network [options]                Show network settings or migrate between networks
new [options] [name]             Create a new project for Archway network
query [options] <module> [type]  Query for data on Archway network
store [options]                  Stores and verify a contract on-chain
tx [options]                     Execute a smart contract transaction on Archway network
help [command]                   display help for command