A backtesting tool for Liquidity Provider strategies on Uniswap V3.
Clone the repository and install the package:
git clone https://github.com/yourusername/proteus-LP-backtesting.git
cd proteus-LP-backtesting
pip install -e .
To fetch top pools:
python src/scripts/fetch_top_pools.py
To run the main backtesting script:
python src/main.py
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.