mirrorcli
. For more information, please check its source code and documentation on GitHub.mirrorcli
is a command-line interface for Mirror Protocol on Terra and allows more advanced users to perform operations directly from their shell or terminal without having to interact with a graphical interface. mirrorcli
is built on top of terracli
and allows you to use keys saved in its keychain.terracli
installed. terracli
is a binary that is shipped with Terra Core and installed in your GOPATH.mirrorcli
through NPM:mirrorcli
will generate a ~/.mirrorclirc.json
in your $HOME
directory, which will be used in subsequent sessions to specify settings such as LCD provider, gas prices for fee estimation, as well as contract addresses. It will come pre-configured with the official contracts for the mainnet version of Mirror on its columbus-4
setting.tequila-0004
network by default:mirrorcli
will use the network setting for columbus-4
configured in ~/.mirrorclirc.json
. You can direct mirrorcli
to use a different network configuration by changing the value of the MIRRORCLI_NETWORK
environment variable.