Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a simple Crawler example #453

Merged
merged 5 commits into from
May 8, 2024
Merged

Add a simple Crawler example #453

merged 5 commits into from
May 8, 2024

Conversation

Quantumplation
Copy link
Collaborator

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:

  • implement tx_matches or block_matches at the top of the file
  • run on a machine with a local cardano node
  • For command line arguments, see:
cargo run --bin crawler -- --help

Quantumplation and others added 5 commits April 30, 2024 10:15
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
@scarmuega scarmuega merged commit e1504a2 into main May 8, 2024
5 checks passed
@scarmuega scarmuega deleted the pi/crawler-example branch May 8, 2024 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants