下一代 Solana 数据流服务,具备超低延迟、历史回放和多节点可靠性。专为高性能应用而设计。
协议 | 状态 | 最适合 | 特性 | 实现 |
---|---|---|---|---|
gRPC | ✅ 可用 | 后端服务、高吞吐量应用 | 性能最高、二进制协议、双向流式传输 | 通过 LaserStream SDK 或 Yellowstone |
WebSocket | 🔜 即将推出 | 前端应用、浏览器客户端 | 基于 JSON、浏览器广泛支持、对 Web 开发者友好 | 标准 WebSocket 客户端(例如 ws 库) |
区域 | 位置 | 端点 |
---|---|---|
ewr | 纽瓦克,新泽西州(靠近纽约) | https://laserstream-mainnet-ewr.helius-rpc.com |
pitt | 匹兹堡,美国(中部) | https://laserstream-mainnet-pitt.helius-rpc.com |
slc | 盐湖城,美国(西海岸) | https://laserstream-mainnet-slc.helius-rpc.com |
ams | 阿姆斯特丹,欧洲 | https://laserstream-mainnet-ams.helius-rpc.com |
fra | 法兰克福,欧洲 | https://laserstream-mainnet-fra.helius-rpc.com |
tyo | 东京,亚洲 | https://laserstream-mainnet-tyo.helius-rpc.com |
sgp | 新加坡,亚洲 | https://laserstream-mainnet-sgp.helius-rpc.com |
网络 | 位置 | 端点 |
---|---|---|
开发网 | 纽瓦克,新泽西州(靠近纽约) | https://laserstream-devnet-ewr.helius-rpc.com |
https://laserstream-mainnet-fra.helius-rpc.com
。https://laserstream-devnet-ewr.helius-rpc.com
。功能 | LaserStream | 标准 Solana WebSocket | Yellowstone gRPC |
---|---|---|---|
历史回放 | ✅ 支持最多 3000 个 slot(约 20 分钟) | ❌ 不支持 | ❌ 有限支持 |
自动重连 | ✅ SDK 内置 | ❌ 手动实现 | ❌ 手动实现 |
多节点故障切换 | ✅ 自动 | ❌ 手动实现 | ❌ 手动实现 |
gRPC 支持 | ✅ 增强版 | ❌ 不支持 | ✅ 标准版 |
Shredstream 支持 | ✅ 支持 | ❌ 不支持 | ❌ 手动实现 |