π‘ Receiving Data
ShredStream.com delivers raw Solana shreds directly to your server as UDP packets. These shreds arrive hundreds of milliseconds before the same data is available through standard RPC or Geyser gRPC endpoints.
Any Solana shred receiver works β point yours at the IP/port you configure in the dashboard. We also provide an SDK that gets you to your first decoded transaction in a few minutes.
β‘ The Quickest Path: Our SDK
If you don't already have a Solana shred receiver in place, our SDK is the quickest way to get started. It handles socket creation, buffer tuning, shred parsing, and transaction decoding β so you can focus on your strategy, not plumbing.
JavaScript / TypeScript
npm install shredstreamPython
pip install shredstreamRust
cargo add shredstreamGo
go get github.com/shredstream/shredstream-sdk-goGet started with the SDK Quick Start guide β
π In This Section
- SDK Quick Start β install our SDK and start receiving decoded transactions in minutes.
- Why Use the SDK β what the SDK handles for you, and when to use it.
- Network Setup β open your firewall and tune your OS receive buffers.
- Best Practices β monitoring, redundancy, and performance optimization.
- Troubleshooting β diagnose common issues like missing shreds, dropped packets, and connection problems.