CLI references

The MANTRA Chain Command Line Interface (CLI) is a versatile tool that allows users to directly interact with the MANTRA Chain network through the command line interface. With the MANTRA CLI, you can perform various tasks including:

1) Logging in with a MANTRA Chain account.

2) Deploying a contract.

3) Interacting with and querying information from a deployed contract.

The chain code compiles into a single binary executable, offering a comprehensive suite of CLI commands accessible via the "--help" command. This command provides detailed explanations of all available CLI commands, empowering users with a clear understanding of the functionality and capabilities of the chain code.

Last updated