#substreams #near #firehose #thegraph #streamingfast

substreams-near-core

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

5 releases

0.10.1 Jul 14, 2023
0.9.6 Jul 19, 2023
0.9.5 Jul 17, 2023
0.9.4 Jul 16, 2023
0.9.3 Jul 14, 2023

#18 in #streamingfast

Download history 63/week @ 2023-12-18 66/week @ 2023-12-25 49/week @ 2024-01-01 154/week @ 2024-01-08 157/week @ 2024-01-15 191/week @ 2024-01-22 112/week @ 2024-01-29 143/week @ 2024-02-05 252/week @ 2024-02-12 293/week @ 2024-02-19 191/week @ 2024-02-26 111/week @ 2024-03-04 237/week @ 2024-03-11 203/week @ 2024-03-18 240/week @ 2024-03-25 294/week @ 2024-04-01

982 downloads per month
Used in substreams-near

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

~2–4MB
~74K SLoC