This project analyses Uniswap V3 Liqudity Pools on separate chains and provides guidance on how to balance the pools so that they have the same exchange rate.
The project is work in progress and is being developed as a side project. As such, expect things not to work, to unexpectly change, and to not be well documented. This will all improve with time.
The code is written primarily in Rust. Cargo is Rust's build system and package manager. To install Rust and Cargo:
- Rust: https://doc.rust-lang.org/cargo/getting-started/installation.html
- Cargo: https://doc.rust-lang.org/cargo/getting-started/installation.html
To build and run the project, and display help:
cargo run -p rb