This crate provides utility functions for developing Solana substreams. To get started, check out some of the available examples.
To include substreams-solana-utils
in your project, add the following to your Cargo.toml
:
[dependencies]
substreams-solana-utils = { git = "https://github.com/0xpapercut/substreams-solana-utils", tag = "v0.1.4" }