From 101d077c03d5598f86e86a1336e96fa81eff16b8 Mon Sep 17 00:00:00 2001 From: arnaudberger Date: Thu, 15 Feb 2024 12:15:03 -0500 Subject: [PATCH] Updating README again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c3acf0..41ec757 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ To make such a service, you will have to extract block meta data first, store th ## Extracting and Storing data -To extract block meta data, you will need `substreams_spkg_path`. In order to get this package path, please visit the [substreams](./substreams/README.md). +To extract block meta data, you will need a `substreams_spkg_path`. In order to get this package path, please visit the [substreams README.md](./substreams/README.md). Then you will need to run a substreams-sink-kv server, please refer to the [substreams-sink-kv](https://github.com/streamingfast/substreams-sink-kv) repository that explains how to do so.