#substreams #firehose #near #thegraph #streamingfast

substreams-near-core

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

7 releases

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

#16 in #streamingfast

Download history 330/week @ 2026-02-22 292/week @ 2026-03-01 261/week @ 2026-03-08 185/week @ 2026-03-15 136/week @ 2026-03-22 203/week @ 2026-03-29 178/week @ 2026-04-05 140/week @ 2026-04-12 114/week @ 2026-04-19 240/week @ 2026-04-26 270/week @ 2026-05-03 394/week @ 2026-05-10 603/week @ 2026-05-17 812/week @ 2026-05-24 819/week @ 2026-05-31 324/week @ 2026-06-07

2,602 downloads per month

Apache-2.0

52KB
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

~0.6–2MB
~36K SLoC