Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 409 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 409 Bytes

Retrieving DAO tokens and pools data


  • We use The Graph Explorer to access the Uniswap subgraph and analyze the data related to a list of DAO tokens.

Steps

  1. Define private methods for querying
  2. Get DAO tokens' IDs
  3. Get currency tokens' IDs
  4. Get pool prices

Install dependencies:

virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt

◼️