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
- Go
- Source
curl -sSfL https://raw.githubusercontent.com/omni-network/omni/cli/install.sh | sh -s
go install github.com/omni-network/omni/cmd/omni@latest
git clone https://github.com/omni-network/omni.git
cd omni
make build-cli