ozon-cli 0.1.1

Ozon CLI for interacting with restaking program that helps user to manage and register operators and AVSs with the Ozon protocol.
1
2
3
4
5
6
7
8
9
10
Ozone-cli testing in local machine 

Command to install ozon-cli(locally)

cargo install --path ozon-cli --locked

Command to register operator by communicating with solana-programs(devnet).

ozon-cli initialize-operator --bond-amount 20000000000 --metadata "my-operator" --cluster devnet