Deploy Feed
How deployment works across Solana/SVM and EVM, and what "deploying a feed" actually means per chain.
Prerequisites (all chains)
Solana / SVM: Deploy with Managed Updates
What you are doing
Requirements
Install
Deployment flow (TypeScript)
Using validation parameters
Make it discoverable
EVM: “Deploying” is publishing a feed ID + updating via the Switchboard contract
Why there isn’t a dedicated “deploy feed” step on EVM
On-chain: reading and updating
Off-chain: fetch encoded updates with Crossbar (TypeScript)
Do we need “deployment docs” for other chains?
Last updated