- We use The Graph Explorer to access the Uniswap subgraph and analyze the data related to a list of DAO tokens.
- Define private methods for querying
- Get DAO tokens' IDs
- Get currency tokens' IDs
- Get pool prices
virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt
◼️