Skip to content

MOISESVLI14/jito-shredstream-decoder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jito Shredstream Decoder

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.

Usage Product

Coming soon!

Overview

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.

Features

  • 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

Installation

  1. Clone the repository:
git clone https://github.com/hodlwarden/jito-shredstream-decoder.git
cd jito-shredstream-decoder
  1. Install dependencies (ensure you have Rust installed):
cargo build --release
  1. Usage
./target/release/jito-shredstream-decoder [OPTIONS]
  1. Available options:

--input: Specify input source (file or stream)

--output: Set output format (JSON, text, etc.)

--verbose: Enable verbose logging

Configuration

Create a config.toml file to customize decoder behavior:

toml

[network] entrypoint = "mainnet.jito.wtf:1234" # Jito entrypoint

[output] format = "json" # Output format path = "./output" # Output directory

Contributing && Contact

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 100.0%