Skip to main content

Documentation Index

Fetch the complete documentation index at: https://beta.docs.sqd.dev/llms.txt

Use this file to discover all available pages before exploring further.

Create SQLite cache for Portal responses. Use with starknetPortalSource to cache Portal API responses locally.
portalSqliteCache(config: { path: string }): PortalCache
Example:
Import from @subsquid/pipes/portal-cache/node instead of @subsquid/pipes/portal-cache.

When to Use

  • Development iteration
  • Testing pipelines
  • Repeated processing of same ranges.