README.md (429B)
1 This program extracts all UniswapV2 and UniswapV3 pools and their tokens. 2 Additionally it also extracts the last x blocks of price data of these pools. 3 4 To run the code you will need an eth node, best your own because its not 5 capped by rpc requests. Create an .env file and fill in the HTTP_URL of your 6 node e.g.: 7 8 ~/.env 9 HTTP_URL="https://eth-mainnet.public.blastapi.io" 10 11 If you want logging add RUST_LOG=INFO to the .env file.