Installing the Omni CLI
The Omni CLI will allow you to interact with the Omni network and simplifies the process of performing actions as an operator.
Install from Binary
The easiest way to install the Omni CLI is to download the latest release from the GitHub releases page. Once downloaded, you can extract the binary and move it to a location in your PATH.
Install from Script
You can also install the Omni CLI using the following script:
curl -sSfL https://raw.githubusercontent.com/omni-network/omni/main/scripts/install_omni_cli.sh | sh -s
Install from Source
- src with make
- src with go
git clone https://github.com/omni-network/omni.git
cd omni
make install-cli
git clone https://github.com/omni-network/omni.git
cd omni
go install ./cli/cmd/omni