Skip to content

mamoshink/shredstream-decode-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decode shredstreams

git clone https://github.com/Shyft-to/shredstream-decode-examples.git --recurse-submodules

cargo run -- --shredstream-uri <url> --x-token <authtoken>

| x-token optional

screenshot-1

View Transactions

To view transactions remove comments from this part, save the file and rerun again.

                // entries.iter().for_each(|e| {
                //     e.transactions.iter().for_each(|t| {
                //         println!("Transaction: {:?}\n", t);
                //     });
                // });

Preview:

screenshot-2

Notes

Jito Shredstream Proxy: [https://github.com/jito-labs/shredstream-proxy]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%