#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 • Rust 包仓库 423/week @ 2024-04-11 • Rust 包仓库 326/week @ 2024-04-18 • Rust 包仓库 374/week @ 2024-04-25 • Rust 包仓库 415/week @ 2024-05-02 • Rust 包仓库 413/week @ 2024-05-09 • Rust 包仓库 500/week @ 2024-05-16 • Rust 包仓库 394/week @ 2024-05-23 • Rust 包仓库 376/week @ 2024-05-30 • Rust 包仓库 403/week @ 2024-06-06 • Rust 包仓库 443/week @ 2024-06-13 • Rust 包仓库 408/week @ 2024-06-20 • Rust 包仓库 377/week @ 2024-06-27 • Rust 包仓库 272/week @ 2024-07-04 • Rust 包仓库 468/week @ 2024-07-11 • Rust 包仓库 449/week @ 2024-07-18 • Rust 包仓库 344/week @ 2024-07-25 • Rust 包仓库

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