7 releases

0.10.2 Dec 4, 2024
0.10.0 Oct 16, 2024
0.9.6 Jul 19, 2023

#8 in #streamingfast

Download history 1/week @ 2024-09-17 75/week @ 2024-09-24 102/week @ 2024-10-01 22/week @ 2024-10-08 190/week @ 2024-10-15 7/week @ 2024-10-22 28/week @ 2024-10-29 2/week @ 2024-11-26 165/week @ 2024-12-03 41/week @ 2024-12-10

208 downloads per month

Apache-2.0

55KB
1K SLoC

Substreams Near

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

Usage

[package]
name = "substreams-acme"
version = 0.1.2

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

[dependencies]
substreams-near = "0.1.0"

Development

We manually keep in sync the rendered Rust Firehose Block models with the actual Protocol Buffer definitions file found in firehose-near 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

Dependencies

~5–7.5MB
~133K SLoC