EN
ENNA

Cryo

FeaturedApache-2.0

Crypto Tracing · Rust

Cryo is a high-performance blockchain data extraction tool built by Paradigm. It extracts blockchain data into Parquet or CSV format, making it easy to analyze with tools like DuckDB, Pandas, or Polars. Cryo supports extracting blocks, transactions, logs, traces, state diffs, and more from any EVM chain. It's designed for researchers and analysts who need to work with large volumes of on-chain data efficiently.

1.5kstars
185forks
76issues
Updated 1y ago

Installation

cargo

$ cargo install cryo_cli

pip

$ pip install cryo

Use Cases

  • Bulk extraction of blockchain data for analysis
  • Building local datasets for forensic investigation
  • MEV research and transaction analysis
  • On-chain data pipelines for analytics
  • Historical blockchain data archiving

Tags

data-extractionparquetbulk-exportparadigmcryptoethereumevmrust

More in Crypto Tracing