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.
- 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