-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
21 lines (17 loc) · 797 Bytes
/
.env.example
File metadata and controls
21 lines (17 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copy to `.env` in the package root (`.env` is gitignored — do not commit secrets)
# --- Yellowstone gRPC (Python examples under examples/*_grpc.py) ---
GRPC_URL=https://your-yellowstone-host:443
# Same as Rust sol-parser-sdk examples (either works):
# GRPC_ENDPOINT=https://your-yellowstone-host:443
GRPC_TOKEN=your_x_token_here
# GRPC_AUTH_TOKEN=your_x_token_here
# Legacy aliases (still supported):
# GEYSER_ENDPOINT=solana-yellowstone-grpc.publicnode.com:443
# GEYSER_API_TOKEN=
# --- ShredStream (when you add ShredStream examples; same as Node) ---
# SHREDSTREAM_URL=http://127.0.0.1:10800
# SHRED_URL=http://127.0.0.1:10800
# --- examples/parse_tx_by_signature.py ---
# RPC_URL=https://api.mainnet-beta.solana.com
# SOLANA_RPC_URL=https://api.mainnet-beta.solana.com
# TX_SIGNATURE=