#near #substreams #firehose #thegraph #streamingfast #helper

substreams-near-core

NEAR 链的 Substreams 开发套件,包含 Rust Firehose 块模型和助手

5 个版本

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

#17 in #streamingfast

Download history 423/week @ 2024-04-11 326/week @ 2024-04-18 374/week @ 2024-04-25 415/week @ 2024-05-02 413/week @ 2024-05-09 500/week @ 2024-05-16 394/week @ 2024-05-23 376/week @ 2024-05-30 403/week @ 2024-06-06 443/week @ 2024-06-13 408/week @ 2024-06-20 377/week @ 2024-06-27 272/week @ 2024-07-04 468/week @ 2024-07-11 449/week @ 2024-07-18 344/week @ 2024-07-25

1,564 个月下载量
用于 substreams-near

Apache-2.0

52KB
1K SLoC

Substreams Near

NEAR 链的 Substreams 开发套件,包含 Rust Firehose 块模型和助手。

使用方法

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

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

[dependencies]
substreams-near = "0.1.0"

开发

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

这意味着必须手动重新生成和提交 Protobuf 文件中的更改,下面将说明如何进行。

从 Protobuf 重新生成 Rust Firehose 块

./gen.sh

依赖项

~2–4MB
~74K SLoC