Skip to main content

Data & Indexing — Documentation Progress

Section Status: Complete (Validated)

Guides (4)

GuideStatusContent
guide-blockchain-processingDoneProcessing pipeline, steps, handlers, progress tracking, reorg handling, ERC20/721 services
guide-database-storageDoneEF Core storage providers, hosted services, configuration, repository API, schema
guide-token-indexingDone3-stage pipeline (logs → denormalise → aggregate), all token standards, configuration
guide-explorerDoneFull feature overview, setup, configuration, ABI sources, APIs, pages reference, MUD

Package References (12 auto-generated from READMEs)

PackageStatus
nethereum-blockchainprocessingValidated
nethereum-blockchainstorage-processorsValidated
nethereum-blockchainstorage-processors-postgresValidated
nethereum-blockchainstorage-processors-sqlserverValidated
nethereum-blockchainstorage-processors-sqliteValidated
nethereum-blockchainstore-efcoreValidated
nethereum-blockchainstore-postgresValidated
nethereum-blockchainstore-sqlserverValidated
nethereum-blockchainstore-sqliteValidated
nethereum-blockchainstorage-token-postgresValidated
nethereum-explorerValidated
nethereum-chainstateverification(in consensus-light-client section)

Skills (2)

SkillStatus
blockchain-indexingCreated
blockchain-explorerCreated

Global Pages Updated

  • what-do-you-want-to-do.md — 15 use cases with guide links
  • component-catalog.md — Updated Data Processing & Storage table
  • src/pages/index.tsx — Updated card description and task rows

Test Tags

  • DocSection.DataIndexing exists but has 0 test usages (backlog item)

Learning Journey (Validated Stage 4b)

  1. Overview → understand the modular architecture
  2. Blockchain Processing → learn the pipeline and handler patterns
  3. Database Storage → set up persistence with hosted services (backward ref to Processing ✅)
  4. Token Indexing → add ERC-20/721/1155 tracking (backward ref to Storage ✅)
  5. Explorer → embed a UI over the indexed data (backward refs to Storage + Tokens ✅)

All Next Steps point forward through the sequence. Build passes clean.

Final Verification (Stage 6) — 2026-03-13

  • Sidebar: Overview → Guides (collapsed: false) → Package Reference (last)
  • Guide ordering: Processing → Storage → Tokens → Explorer
  • Every guide has backward references and forward Next Steps
  • No code dumps — context before every code block
  • All code examples verified against source/tests
  • Aspire template wiring from actual Program.cs files
  • 2 skills created (blockchain-indexing, blockchain-explorer)
  • 3 global pages updated
  • npm run build passes (only pre-existing MUD anchor warning)