CLI

A command line interface to interact with the Andromeda aOs

Introduction

Andromeda aims to be a unifier of the Cosmos, meaning the Andromeda ecosystem will be available on most, if not all, Cosmos chains. We are looking to eliminate the burden and inconvenience for developers that want to develop using the Andromeda ecosystem to have to learn every deployment method of each chain in order to interact with our ADOs. To solve this problem, we have built the Andromeda CLI. The CLI is an all encompassing tool to allow users quick and easy interaction with any of the chains that Andromeda is deployed on. You can check out what chains Andromeda is deployed on by going here.

Features

The main features offered by the Andromeda CLI are the following:

  • Generating keys and maintaining wallets

  • Swapping between chains

  • Building and deploying ADOs to chain

  • Executing and querying ADOs

Installation

The CLI can be downloaded using our npm package or by running the following command in your terminal:

sudo npm install -g @andromedaprotocol/cli

Once the package has been installed, you can run “andr” in the terminal to open the CLI:

If interested in working with our CLI or having issues with installation, please make sure to check out our full CLI documentation where we go over every command available.

Last updated