mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-14 01:18:04 +00:00
docs: Update Readme
This commit is contained in:
@@ -7,6 +7,31 @@
|
||||
<strong>A lightweight Rust library providing efficient event parsing and subscription capabilities for PumpFun, PumpSwap, Bonk, and Raydium protocols.</strong>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://crates.io/crates/solana-streamer-sdk">
|
||||
<img src="https://img.shields.io/crates/v/solana-streamer-sdk.svg" alt="Crates.io">
|
||||
</a>
|
||||
<a href="https://docs.rs/solana-streamer-sdk">
|
||||
<img src="https://docs.rs/solana-streamer-sdk/badge.svg" alt="Documentation">
|
||||
</a>
|
||||
<a href="https://github.com/0xfnzero/solana-streamer/blob/main/LICENSE">
|
||||
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License">
|
||||
</a>
|
||||
<a href="https://github.com/0xfnzero/solana-streamer">
|
||||
<img src="https://img.shields.io/github/stars/0xfnzero/solana-streamer?style=social" alt="GitHub stars">
|
||||
</a>
|
||||
<a href="https://github.com/0xfnzero/solana-streamer/network">
|
||||
<img src="https://img.shields.io/github/forks/0xfnzero/solana-streamer?style=social" alt="GitHub forks">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/badge/Rust-000000?style=for-the-badge&logo=rust&logoColor=white" alt="Rust">
|
||||
<img src="https://img.shields.io/badge/Solana-9945FF?style=for-the-badge&logo=solana&logoColor=white" alt="Solana">
|
||||
<img src="https://img.shields.io/badge/Streaming-FF6B6B?style=for-the-badge&logo=livestream&logoColor=white" alt="Real-time Streaming">
|
||||
<img src="https://img.shields.io/badge/gRPC-4285F4?style=for-the-badge&logo=grpc&logoColor=white" alt="gRPC">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="README_CN.md">中文</a> |
|
||||
<a href="README.md">English</a> |
|
||||
|
||||
@@ -7,6 +7,31 @@
|
||||
<strong>一个轻量级的 Rust 库,为 PumpFun、PumpSwap、Bonk 和 Raydium 协议提供高效的事件解析和订阅功能。</strong>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://crates.io/crates/solana-streamer-sdk">
|
||||
<img src="https://img.shields.io/crates/v/solana-streamer-sdk.svg" alt="Crates.io">
|
||||
</a>
|
||||
<a href="https://docs.rs/solana-streamer-sdk">
|
||||
<img src="https://docs.rs/solana-streamer-sdk/badge.svg" alt="Documentation">
|
||||
</a>
|
||||
<a href="https://github.com/0xfnzero/solana-streamer/blob/main/LICENSE">
|
||||
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License">
|
||||
</a>
|
||||
<a href="https://github.com/0xfnzero/solana-streamer">
|
||||
<img src="https://img.shields.io/github/stars/0xfnzero/solana-streamer?style=social" alt="GitHub stars">
|
||||
</a>
|
||||
<a href="https://github.com/0xfnzero/solana-streamer/network">
|
||||
<img src="https://img.shields.io/github/forks/0xfnzero/solana-streamer?style=social" alt="GitHub forks">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/badge/Rust-000000?style=for-the-badge&logo=rust&logoColor=white" alt="Rust">
|
||||
<img src="https://img.shields.io/badge/Solana-9945FF?style=for-the-badge&logo=solana&logoColor=white" alt="Solana">
|
||||
<img src="https://img.shields.io/badge/Streaming-FF6B6B?style=for-the-badge&logo=livestream&logoColor=white" alt="Real-time Streaming">
|
||||
<img src="https://img.shields.io/badge/gRPC-4285F4?style=for-the-badge&logo=grpc&logoColor=white" alt="gRPC">
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="README_CN.md">中文</a> |
|
||||
<a href="README.md">English</a> |
|
||||
|
||||
Reference in New Issue
Block a user