This section covers the core building blocks you can mix and match or use together as a complete scalable backend for onchain apps.

How these fit together

  • Read fast with Indexer; subscribe to changes via Webhooks or Event Subscriptions.
  • Write reliably with Transaction API using gas sponsorship, optimal gas pricing, and automatic resubmits.
  • Call contracts or libraries directly through Blockchain RPC when you need raw node access.
  • Run server-side flows with Sidekick for secure key custody and simplified endpoints, or build your own server with our SDKs.