An example contract reading the price of a Switchboard V2 data feed on-chain.
Sbv2 Sui SDK: github.com/switchboard-xyz/sbv2-sui
Build the example program
sui move compile
# skip dependency verification because we're only pulling in a binding (not the full source)
sui client publish --gas-budget 100000000