A collection of libraries and examples for interacting with Switchboard V2 on Sui.
Documentation: docs.switchboard.xyz
To get started, clone the sbv2-sui repository.
git clone https://github.com/switchboard-xyz/sbv2-sui
Then install the dependencies
cd sbv2-sui
pnpm install
Network | Program ID |
---|---|
mainnet | 0xfd2e0f4383df3ec9106326dcd9a20510cdce72146754296deed15403fcd3df8b |
testnet | 0x271beaa1f36bf8812a778f0df5a7a9f67a757008512096862a128c42923671e2 |
See switchboard.xyz/explorer for a list of feeds deployed on Sui.
See app.switchboard.xyz to create your own Sui feeds.
Lang | Name | Description |
---|---|---|
Move [Mainnet] | switchboard | Move module to deserialize and read Switchboard data feeds on sui mainnet |
Move [Testnet] | switchboard | Move module to deserialize and read Switchboard data feeds on sui testnet |
JS | @switchboard-xyz/sui.js [npmjs, Typedocs] |
Typescript package to interact with Switchboard V2 |
- feed-parser-mainnet: Read a Switchboard feed on Sui Mainnet
- feed-parser-testnet: Read a Switchboard feed on Sui Testnet
- File a GitHub Issue
- Ask a question in Discord #dev-support