Install
Building the client
ORBITFLARE_JETSTREAM_URL env var. All builder methods are identical to the gRPC client - same defaults, same behavior.
Writing a YAML config
JetStream supports transaction and account filters. No slots, blocks, or commitment - those are Yellowstone-specific.YAML filter reference
transactions - named filters. account_include matches transactions involving those addresses. account_exclude removes matches. account_required means all listed addresses must appear.
accounts - watch specific addresses with account, or all accounts owned by a program with owner.
Supports ${ENV_VAR} expansion.
Subscribing and reading events
From YAML
Programmatically
Reading the stream
Full example
A stream that watches Raydium AMM swaps and prints each transaction’s signature and instruction count.jetstream.yml: