# 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
```
etherfuse-arb run --keypair ~/.config/solana/id.json \
CETES7CKqqKQizuSN6iWQwmTeFRjbJR6Vw2XRKfEDR8f EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v 1000000
```