git clone https://github.com/Shyft-to/shredstream-decode-examples.git --recurse-submodules
cargo run -- --shredstream-uri <url> --x-token <authtoken>
| x-token
optional
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);
// });
// });
Jito Shredstream Proxy: [https://github.com/jito-labs/shredstream-proxy]