Skip to content

Repo for projects on Ethereum analytics.

License

Notifications You must be signed in to change notification settings

bwang12/eth_analytics

 
 

Repository files navigation

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.

About

Repo for projects on Ethereum analytics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 71.3%
  • Python 28.7%