A repository to track Ethereum analytics. Both streaming and historical data, charts, and analysis. This repo is heavily WIP and code should be expected to break. Please don't test in prod. : )
Using a Python 3.x.x environment, run the following to install all the libraries used in this repository:
pip install -r requirements.txt
Recommend using virtualenv to sandbox your work
Some files include a line of code that connects to Infura or Alchemy nodes. I use the python-dotenv library to save environment variables.
You can read about python-dotenv here.