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

Latest commit

 

History

History

dao-data

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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

◼️