substreams-solana

Crates.iosubstreams-solana
lib.rssubstreams-solana
version0.11.1
sourcesrc
created_at2022-06-04 02:04:44.407923
updated_at2023-11-01 18:11:01.365209
descriptionSubstreams development kit for Solana chains, contains Firehose Block model and helpers.
homepagehttps://substreams.streamingfast.io/
repositoryhttps://github.com/streamingfast/substreams-solana/tree/develop/substreams-solana
max_upload_size
id599532
size3,106
Mavericks (MavericksFive)

documentation

README

Substreams Solana

Substreams development kit for Solana chains, contains Rust Firehose Block model and helpers

Usage

[package]
name = "substreams-solana"
version = "0.1.0"

[lib]
crate-type = ["cdylib"]

[dependencies]
substreams-solana = "0.1.0"

Development

We manually keep in sync the rendered Rust Firehose Block models with the actual Protocol Buffer definitions file found in sf-solana and we commit them to Git.

This means changes to Protobuf files must be manually re-generated and commit, see below for how to do it.

Regenerate Rust Firehose Block from Protobuf

./gen.sh

Community

Need any help? Reach out!

License

Apache 2.0

Commit count: 0

cargo fmt