Substreams Quick Start
Reading time: 2 min
Discover how to utilize ready-to-use substream packages or develop your own.
Integrating Substreams can be quick and easy. They are permissionless, and you can without providing personal information to start streaming on-chain data.
There are many ready-to-use Substreams packages available. You can explore these packages by visiting the and . 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:
- : Configure an API to meet your data needs and host it on The Graph Network.
- : Send the data to a database.
- : Stream data directly to your application.
- : Send data to a PubSub topic.
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 .