Andromeda Web Application
  • Introduction
    • Overview
    • ADO Builder
    • App Builder
    • Assets
    • App Store
    • CLI
  • Learning the Basics
    • Setting Up your Wallet
    • The Token Standards
      • CW721: Non-Fungible Token (NFT) Standard
      • CW20: Fungible Token (CW20) Standard
    • Using Execute Messages
    • Using Queries
    • ADO Ownership
  • Guides and Examples
    • ADO Builder
      • Building Your First App
      • Building your First NFT Collection
        • Setting Up NFT Metadata
      • Creating your First NFT Auction House
      • NFT Marketplace App
      • Crowdfund App
      • CW20 Exchange
      • Auction Using CW20 Tokens
      • Extended Marketplace
      • Commission Based Sales Application
      • Vesting and Staking App
    • App Builder
      • NFT Auction Marketplace
    • Embeddables
      • NFT Auction
    • Using CLI to Interact with Apps
    • Importing/Exporting Data
  • Staking
    • Andromeda Staking
  • Data and Statistics
    • Tokenomics Dashboard
Powered by GitBook
On this page
  • Introduction
  • Features
  • Installation
  1. Introduction

CLI

A command line interface to interact with the Andromeda aOs

PreviousApp StoreNextSetting Up your Wallet

Last updated 1 year ago

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 .

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 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 where we go over every command available.

CLI documentation
here
npm package