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.
These are the chains currently supperted by andromeda.js and the CLI.
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.