From e9ebf6f0c6dac64bc0710547bca7f108f9e04046 Mon Sep 17 00:00:00 2001 From: pistomat Date: Thu, 21 Dec 2023 16:43:23 +0100 Subject: [PATCH] Add modules reference to docs --- docs/indexing/substreams-integration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/indexing/substreams-integration/README.md b/docs/indexing/substreams-integration/README.md index e5c6fbe..4e7fb2b 100644 --- a/docs/indexing/substreams-integration/README.md +++ b/docs/indexing/substreams-integration/README.md @@ -90,7 +90,7 @@ Read our [Substreams README.md](../../../substreams/README.md) for more informat See the [Ambient reference example](../../../substreams/ethereum-ambient/src/lib.rs) for more information. - +1. If you are more advanced with Substreams, you can define more steps than a single "map" step, including defining your own protobuf files. Add these protobuf files in your `pb` folder and update the manifest accordingly. This allows for better parallelization of the indexing process. See the official documentation of [modules](https://substreams.streamingfast.io/concepts-and-fundamentals/modules#modules-basics-overview). ### Testing