# arb A command line interface for running an arbitration bot on etherfuse assets. ## Install To install the CLI, use [cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html): ```sh cargo install etherfuse-arb ``` ## Help You can use the `--help` flag on any command to pull up a help menu with documentation: ```sh etherfuse-arb --help ``` ## Example command ```sh etherfuse-arb --keypair ~/.config/solana/id.json --rpc https://api.mainnet-beta.solana.com ```