🚧 This project is currently under construction! 🚧
Welcome to Gerrehbenta! This is a work in progress, and I'm actively developing and improving it. Please note that some features may be incomplete or missing, and the project might not yet be ready for production use.
Gerrehbenta is a uniswap cli built in rust to track info about any wallet's positions. Fast access to uniswap's analytics.
- Search for any wallet address and get a summary of their positions.
- Track your positions, impermanent loss, fees earned, top pairs by historical and estimated fees. and APYs.
- View current volume and fees for specific ranges on any pair.
To get started with Gerrehbenta, follow these steps:
- cargo build
We welcome contributions from the community! If you'd like to contribute to Gerrehbenta, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bugfix:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to your branch:
git push origin feature-name
. - Submit a pull request to the
main
branch of this repository.
This project is licensed under the MIT License.