Substreams development kit for Solana chains, contains Rust Firehose Block model and helpers
```toml [package] name = "substreams-solana" version = "0.1.0"
[lib] crate-type = ["cdylib"]
[dependencies] substreams-solana = "0.1.0" ```
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.
./gen.sh
Need any help? Reach out!