Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maschad/gerrehbenta
A Uniswap CLI built to analyze pool info
https://github.com/maschad/gerrehbenta
Last synced: 13 days ago
JSON representation
A Uniswap CLI built to analyze pool info
- Host: GitHub
- URL: https://github.com/maschad/gerrehbenta
- Owner: maschad
- License: mit
- Created: 2021-08-09T06:32:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T18:52:54.000Z (12 months ago)
- Last Synced: 2024-10-08T06:59:37.124Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 357 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Gerrehbenta 🚧
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/maschad/gerrehbenta/blob/main/LICENSE)
![Build Status](https://github.com/maschad/gerrehbenta/actions/workflows/rust.yml/badge.svg)🚧 **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.
## Table of Contents
- [Gerrehbenta 🚧](#gerrehbenta-)
- [Table of Contents](#table-of-contents)
- [About](#about)
- [Features](#features)
- [Getting Started](#getting-started)
- [Contributing](#contributing)
- [License](#license)## About
Gerrehbenta is a uniswap cli built in rust to track info about any wallet's positions. Fast access to [uniswap's analytics](https://info.uniswap.org/home).
## Features
- 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.## Getting Started
To get started with Gerrehbenta, follow these steps:
1. cargo build
## Contributing
We welcome contributions from the community! If you'd like to contribute to Gerrehbenta, please follow these guidelines:
1. [Fork](https://github.com/maschad/gerrehbenta/fork) the repository.
2. Create a new branch for your feature or bugfix: `git checkout -b feature-name`.
3. Make your changes and commit them: `git commit -m 'Add some feature'`.
4. Push to your branch: `git push origin feature-name`.
5. Submit a pull request to the `main` branch of this repository.## License
This project is licensed under the [MIT License](LICENSE).