EN
ENNA
CR

Cryo

Featured

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.

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-exportparadigm

More in Crypto Tracing