/eth_analytics

Repo for projects on Ethereum analytics.

Primary LanguageJupyter NotebookMIT LicenseMIT

Ethereum Analytics

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. : )

Getting Started

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

Infura/Alchemy API Keys

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.