5 releases (3 breaking)

0.11.1 Nov 1, 2023
0.10.2 Oct 30, 2023
0.10.1 Jul 7, 2023
0.2.0 Nov 8, 2022
0.1.0 Jun 4, 2022

#1886 in Magic Beans

Download history 61/week @ 2024-01-25 124/week @ 2024-02-01 62/week @ 2024-02-08 34/week @ 2024-02-15 36/week @ 2024-02-22 18/week @ 2024-02-29 47/week @ 2024-03-07 26/week @ 2024-03-14 7/week @ 2024-03-21 82/week @ 2024-03-28

162 downloads per month

Apache-2.0

75KB
897 lines

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

Dependencies

~2.3–4.5MB
~81K SLoC