Skip to content

orbitflare/jetstream-client-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JetStream Client Examples

Example client implementations for OrbitFlare Jetstream - a high-performance gRPC service for real-time Solana transaction streaming.

Clients

  • Rust: clients/rust-client/ - See README
  • Go: clients/go-client/ - See README
  • TypeScript: clients/typescript-client/ - See README

Quick Start

Rust

cd clients/rust-client
cargo build --release
./target/release/rust-client -j http://fra.jetstream.orbitflare.com:80

For parsed instruction streaming:

./target/release/rust-client -j http://fra.jetstream.orbitflare.com:80 -p

Go

cd clients/go-client
go build -o jetstream-go-client .
./jetstream-go-client --jetstream-grpc-url http://fra.jetstream.orbitflare.com:80

TypeScript

cd clients/typescript-client
npm install
npm run build && npm run example

Endpoints

  • 🇳🇱 Amsterdam
  • 🇮🇪 Dublin
  • 🇩🇪 Frankfurt
  • 🇬🇧 London
  • 🇺🇸 New York
  • 🇺🇸 Utah
  • 🇯🇵 Tokyo
  • 🇸🇬 Singapore
  • 🇱🇹 Siauliai

Documentation

For detailed documentation, see OrbitFlare Jetstream Docs.

About

Example client implementations for OrbitFlare Jetstream.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors