txpipe / pallas

Rust-native building blocks for the Cardano blockchain ecosystem
Apache License 2.0
150 stars 60 forks source link

Add a simple Crawler example #453

Closed Quantumplation closed 6 months ago

Quantumplation commented 6 months ago

While working on Amaru, we'll likely want to grab lots of example data. This adds a small utility to easily grab one block, one tx, or blocks/txs matching some predicate.

Example usage:

cargo run --bin crawler -- --help