An example contract reading the price of a Switchboard V2 data feed on-chain.
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
N/A