paradigmxyz / cryo

cryo is the easiest way to extract blockchain data to parquet, csv, json, or python dataframes
Apache License 2.0
1.12k stars 97 forks source link

feat(examples): implement a jupyter notebook example #186

Open peyha opened 4 months ago

peyha commented 4 months ago

Motivation

There is no example on how to use Cryo in Python (and subsequently on a notebook)

Solution

Made a short script example to query and to parse data using the Cryo Python module.

PR Checklist