MCPcopy Create free account
hub / github.com/ChainBuff/yellowstone-grpc-rust

github.com/ChainBuff/yellowstone-grpc-rust @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
15 symbols 19 edges 4 files 0 documented · 0% updated 16mo ago★ 33

Browse by type

Functions 10 Types & classes 5
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

yellowstone-grpc-rust

Yellowstone gRPC 是获取 Solana 链上数据最快的方式。数据以流的方式推送,客户端需要配置订阅来获取和解析数据。

本教程旨在提供一些简单的订阅配置例子,帮助你快速熟悉此工具。


subscribe-tx 订阅账户交易

# cargo run --bin transactions

subscribe-logs 订阅 token 交易,解析Logs会包含池子的最新数据

# cargo run --bin parse-log

subscribe-account 订阅账户变化

# cargo run --bin accounts

Extension points exported contracts — how you extend this code

browse all types & interfaces →

Core symbols most depended-on inside this repo

browse all functions →

Shape

Method 7
Class 4
Function 3
Interface 1

Languages

Rust100%

Modules by API surface

examples/parse-log/src/main.rs7 symbols
grpc-client/src/lib.rs6 symbols
examples/transactions/src/main.rs1 symbols
examples/accounts/src/main.rs1 symbols

For agents

$ claude mcp add yellowstone-grpc-rust \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page