Docs
substreams > Quick Start

Substreams Quick Start

Reading time: 2 min

Discover how to utilize ready-to-use substream packages or develop your own.

Overview

Link to this section

Integrating Substreams can be quick and easy. They are permissionless, and you can obtain a key here without providing personal information to start streaming on-chain data.

Start Building

Link to this section

Use Substreams Packages

Link to this section

There are many ready-to-use Substreams packages available. You can explore these packages by visiting the Substreams Registry and sinking them. The registry lets you search for and find any package that meets your needs.

Once you find a package that fits your needs, you can choose how you want to consume the data:

  • Subgraph: Configure an API to meet your data needs and host it on The Graph Network.
  • SQL Database: Send the data to a database.
  • Direct Streaming: Stream data directly to your application.
  • PubSub: Send data to a PubSub topic.

Develop Your Own

Link to this section

If you can't find a Substreams package that meets your specific needs, you can develop your own. Substreams are built with Rust, so you'll write functions that extract and filter the data you need from the blockchain. To get started, check out the following tutorials:

To build and optimize your Substreams from zero, use the minimal path within the Dev Container.

Note: Substreams guarantees that you'll never miss data with a simple reconnection policy.

Additional Resources

Link to this section
Edit page

Previous
Query Polymarket Data
Next
Introduction
Edit page