You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python -m venv env
source ./env/bin/activate
npm install
pip install -r requirements.txt
node index.js # Stores pool data into a file using ethers.js
python main.py # Takes data and graphs in python plot
About
Analyzing historic Uniswap tick data using ethers.js and subgraph