This repository provides all the keys to run a block meta service that provides high-level data on blocks, for any blockchain supported by StreamingFast. To make such a service, extract block meta data first, store them in a kv store and then serve it.
- Run a substreams-sink-kv server, providing the substreams_spkg_path.
- Run a block-meta server, connecting this server to the substreams-sink-kv running server.