Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

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

Resources

Stars

2 stars

Watchers

5 watching

Forks

Releases

Packages

Contributors

Languages