Skip to main content
Squid SDK is modular: a squid combines a chain-specific data source, a store, and optional code-generation and serving tools. This page lists the packages relevant to Starknet squids.

Data source

  • @subsquid/starknet-stream — the Starknet data source, used with @subsquid/batch-processor (see the quickstart for a complete example)

Stores

Any store works with any data source: The store contract itself is documented in Store interface.

Serving and tooling