Skip to content

Reads blocks from a local path for backfills and processing

Notifications You must be signed in to change notification settings

fastnear/block-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Block reader template

Allows to backfill data based on the range of blocks

To run

Create .env file and fill details:

FROM_BLOCK=111000000
TO_BLOCK=111100000
BLOCKS_DATA_PATH=/data/blocks

Then run the following command:

cargo run --release --bin block-reader

About

Reads blocks from a local path for backfills and processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages