https://github.com/drmick/unichecker
Uniswap balance checker
https://github.com/drmick/unichecker
dex evm polygon rust uniswap-v2 web3
Last synced: over 1 year ago
JSON representation
Uniswap balance checker
- Host: GitHub
- URL: https://github.com/drmick/unichecker
- Owner: drmick
- Created: 2024-02-04T23:44:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T11:52:14.000Z (over 2 years ago)
- Last Synced: 2025-02-10T02:41:27.823Z (over 1 year ago)
- Topics: dex, evm, polygon, rust, uniswap-v2, web3
- Language: Rust
- Homepage:
- Size: 922 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Uniswap v2 balance checker
This application gathers and compares liquidity pool data from the Polygon network's Uniswap v2 pools. It identifies discrepancies between pool reserves data retrieved via getReserves and balanceOf, presenting the findings in a detailed JSON format for each pool, highlighting any inconsistencies.
#### Prerequisites
RPC NODE can return archived data
### Usage
#### Configuration
`mv .env.example .env`
Run with load actual pools from cache
`cargo run`
Run with fetching actual pools from the network
`cargo run --release`
Output will be stored in [output](output) folder.
#### Test
`cargo test`