Skip to content

Latest commit

 

History

History

feed-parser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Switchboard Logo

Sui Mainnet feed-parser

An example contract reading the price of a Switchboard V2 data feed on-chain.

Usage

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

Usage

N/A