π‘ Raw Shred Stream
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.
With raw shreds you own the pipeline: bind a UDP socket, then run deshredding, reassembly, and transaction decoding through an optimized decoder so the latency advantage is preserved. Want to skip the decoder entirely? Decoded Shred Stream delivers transactions already reassembled.
π οΈ Your Receiver, Your Pipeline
Raw Shred Stream keeps you as close to the wire as possible: point any Solana shred receiver at the IP/port you configure in the dashboard, then handle socket buffers, deshredding, slot reassembly, and transaction decoding in your own pipeline. One rule: the decoder must be optimized, or the latency advantage is lost on your side.
Start with the Raw Shred Quickstart β
β‘ Skip the Decoder Entirely
If you would rather not run deshredding and reassembly at all, Decoded Shred Stream delivers transactions already reassembled in standard Solana wire format, over UDP or gRPC β nothing to decode on your side:
- Decoded Shred Stream β fully reassembled Solana transactions in standard wire format, received with the
decoded-shredstreamclient.
π In This Section
- Raw Shred Quickstart β bind a UDP socket and receive your first raw shred datagram.
- Building a Receiver β what a full raw-shred pipeline involves, and when Decoded Shred Stream is the better fit.
- 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.