1.0.0 • Published 23 days ago

@andromedaprotocol/cli v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
23 days ago

CLI

The andromeda CLI can be used to interact with the andromeda ecosystem on any of the chains Andromeda is deployed on.

Grab the latest version off NPM:

sudo npm i -g @andromedaprotocol/cli

Run andr to start the CLI.

Please check the docs for the list of available commands.

Supported Chains

These are the chains currently supperted by andromeda.js and the CLI.

Running CLI for Mainnet, Testnet, and Devnet

For Devnet -

GQL_URL='DEVNET' npm run dev

For Testnet -

GQL_URL='TESTNET' npm run dev

For Mainnet -

GQL_URL='MAINNET' npm run dev

For Custom URL -

GQL_URL='https://your_gql_url' npm run dev

You can also use gql commands to get and update gql url. run gql url --help to learn more about the commands.