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.
- Binary Install
- src with make
- src with go
curl -sSfL https://raw.githubusercontent.com/omni-network/omni/main/scripts/install_omni_cli.sh | sh -s
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