substreams-near-core

Crates.iosubstreams-near-core
lib.rssubstreams-near-core
version0.10.0
sourcesrc
created_at2023-07-14 21:19:09.526783
updated_at2024-10-16 20:42:35.959648
descriptionSubstreams development kit for near chains, contains Firehose Block model and helpers.
homepagehttps://substreams.streamingfast.io/
repositoryhttps://github.com/streamingfast/substreams-ethereum/tree/develop/substreams-near
max_upload_size
id916699
size51,725
Julien Cassis (jubeless)

documentation

README

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
Commit count: 0

cargo fmt