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:
parent
7c60affea1
commit
af8898b8ec
5 changed files with 168 additions and 0 deletions
4
examples/crawler/.gitignore
vendored
Normal file
4
examples/crawler/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
/target
|
||||
|
||||
scratchpad
|
||||
.DS_Store
|
||||
Loading…
Add table
Add a link
Reference in a new issue