Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 682 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 682 Bytes

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.