erc20_registry

Registry generator of ERC20 tokens
git clone git://popovic.xyz/erc20_registry.git
Log | Files | Refs | README

README.md (435B)


      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 ```
     10 HTTP_URL="https://eth-mainnet.public.blastapi.io"
     11 ```
     12 
     13 If you want logging add RUST_LOG=INFO to the .env file.