Skip to content

Commit

Permalink
Add CodeBlock import
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjain23 committed Dec 23, 2024
1 parent c77653b commit f892a08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/developer/advanced/custom-indexer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description: You can build custom indexers using the IOTA micro-data ingestion f
import Quiz from '@site/src/components/Quiz';
import questions from '/json/developer/advanced-topics/custom-indexer.json';
import {Networks} from '@site/src/components/constant'
import CodeBlock from '@theme/CodeBlock';

You can build custom indexers using the IOTA micro-data ingestion framework. To create an indexer, you subscribe to a checkpoint stream with full checkpoint content. This stream can be one of the publicly available streams from IOTA, one that you set up in your local environment, or a combination of the two.

Expand Down

0 comments on commit f892a08

Please sign in to comment.