#substreams #firehose #near #thegraph #streamingfast #api-bindings

substreams-near

NEAR 链的 Substreams 开发工具包,包含 Firehose Block 模型和辅助工具

5 个版本

0.9.6 2023年7月19日
0.9.5 2023年7月17日
0.9.4 2023年7月16日
0.9.3 2023年7月14日
0.9.2 2023年7月14日

#9 in #streamingfast

每月 23 次下载

Apache-2.0

3KB

Substreams Near

NEAR 链的 Substreams 开发工具包,包含 Rust Firehose Block 模型和辅助工具。

用法

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

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

[dependencies]
substreams-near = "0.1.0"

开发

我们手动保持渲染的 Rust Firehose Block 模型与在 firehose-near 中找到的实际 Protocol Buffer 定义文件的同步,并将它们提交到 Git。

这意味着必须手动重新生成和提交 Protobuf 文件,下面将说明如何操作。

从 Protobuf 重新生成 Rust Firehose Block

./gen.sh

依赖项

~4.5–7MB
~124K SLoC