Substrate node

DipDup can connect to any Substrate node via JSON-RPC. It can be used as a "last mile" datasource for Substrate indexes (data that is not in Subsquid Network yet) or as a standalone datasource for handlers and hooks.

dipdup.yaml
datasources:
    url: https://v2.archive.subsquid.io/network/asset-hub-polkadot
  subscan:
    kind: substrate.subscan
    url: https://assethub-polkadot.api.subscan.io/api

Then, add it to EVM index definitions:

dipdup.yaml
    kind: substrate.events
    runtime: assethub
    datasources:
    - subsquid
    - subscan
    - node
    handlers:
    - callback: on_transfer
      name: Assets.Transferred
Help and tips -> Join our Discord
Ideas or suggestions -> Issue Tracker
GraphQL IDE -> Open Playground