For the complete documentation index, see llms.txt. This page is also available as Markdown.
Surge Tutorial
Example Code: The complete working example for this tutorial is available at sb-on-demand-examples/evm/price-feeds (see scripts/surgeToEvmConversion.ts)
This tutorial walks you through converting Switchboard Surge real-time price updates into EVM-compatible format for use with your smart contracts.
If you're also streaming Surge updates yourself, note that the SDK authenticates by signing with a Solana keypair that has an active Surge subscription. Without an active subscription, connectAndSubscribe will fail.