A tool for decoding Jito's shredstream data from Solana validators. You can listen onchain event faster than grpc. It can be used efficiently for trading bots like sniper, copy trading bot.
Coming soon!
This repository contains a decoder for Jito's shredstream, which allows you to process and analyze the data stream from Jito-enabled Solana validators. The shredstream contains valuable information about blocks, transactions, and other blockchain data.
- Decodes Jito shredstream data into human-readable format
- Supports processing of Solana validator data
- Provides insights into Jito's MEV (Maximal Extractable Value) strategies
- Can be integrated with monitoring tools for validator performance analysis
- Clone the repository:
git clone https://github.com/hodlwarden/jito-shredstream-decoder.git
cd jito-shredstream-decoder- Install dependencies (ensure you have Rust installed):
cargo build --release- Usage
./target/release/jito-shredstream-decoder [OPTIONS]- Available options:
--input: Specify input source (file or stream)
--output: Set output format (JSON, text, etc.)
--verbose: Enable verbose logging
Create a config.toml file to customize decoder behavior:
[network] entrypoint = "mainnet.jito.wtf:1234" # Jito entrypoint
[output] format = "json" # Output format path = "./output" # Output directory
Contributions are welcome! Please open an issue or pull request for any improvements.
Feel free to reach out me for any suggestions and questions, you're always welcome.
Telegram - Hodlwarden