bitquery / why-blockchain-data-matters

Materials for the meetup Why blockchain data matters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Materials for the meetup Why blockchain data matters


Languages

Language:Jupyter Notebook 100.0%