📄️ Introduction
Here's the list of commands in Chromia CLI:
📄️ build
The build command (chr build) creates a blockchain configuration for your
📄️ create-rell-dapp
You can use the create-rell-dapp command (chr create-rell-dapp) to create a new Rell
📄️ deployment
deployment create
📄️ eif
The Ethereum Interoperability Framework (EIF) command chr eif generate-events-config allows you to generate Solidity
📄️ generate
generate client-stubs
📄️ install
The install command (chr install) enables you to download and use third-party Rell libraries in your dapp.
📄️ keygen
The keygen command (chr keygen) generates a public and private key pair. By default, the keys are generated with
📄️ node
You can use the node command (chr node) to start or update a node with your applications running on it.
📄️ query
You can use the query command (chr query) to test and interact with a chain that's either local or deployed without
📄️ repl
You can use the repl command (chr repl) to run specific Rell methods in the shell, which can be suitable for
📄️ test
You can use the test command (chr test) to run the tests specified in the test key in the
📄️ tx
You can use the tx (transaction) command (chr tx) in the same way as the query command, but you need to sign it with
📄️ code
You can use the code command (chr code) for code quality management (formatting and linting).
📄️ multi-signature
You can use the multi-signature command (chr multi-signature) for handling transactions that need multiple signers.
📄️ tools
You can use the tools command (chr tools) provides a set of miscellaneous tools for various tasks related to Chromia.