/why-blockchain-data-matters

Materials for the meetup Why blockchain data matters

Primary LanguageJupyter Notebook

How Data Tells the Story of Blockchain

Materials for the meetup

Installation

Project runs under Jupyter notebook and python 3.8.

Refer to https://jupyter.org/install for instructions.

In addition, you will need to install packages:

  • pip install wordcloud
  • pip install pandas
  • pip install python-dotenv
  • pip install mplcursors

Next, you need API keys to get data from 2 sources: Bitquery and Cryptorank.

Create .env file in the project root with the variables:

BITQUERY_API_KEY=...
CRYPTORANK_API_KEY=...

Get Bitquery API key from https://ide.bitquery.io/

Get Cryptorank API key from https://cryptorank.io/api

After run

jupyter-lab

from the project root.

Some query examples