feat: add a simple Crawler example (#453)

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
This commit is contained in:
Pi Lanningham 2024-05-08 19:11:13 -04:00 committed by GitHub
parent 7c60affea1
commit af8898b8ec
5 changed files with 168 additions and 0 deletions

View file

@ -17,6 +17,7 @@ members = [
"pallas",
"examples/block-download",
"examples/block-decode",
"examples/crawler",
"examples/n2n-miniprotocols",
"examples/n2c-miniprotocols",
]