Skip to content

Switchboard V2 SDK for the Sui Blockchain

License

Notifications You must be signed in to change notification settings

OmniBTC/sbv2-sui

 
 

Repository files navigation

Switchboard V2

A collection of libraries and examples for interacting with Switchboard V2 on Sui.

NPM Badge

Discord Twitter

Documentation: docs.switchboard.xyz

Getting Started

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

Program IDs

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.

Libraries

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

Example Programs

Troubleshooting

  1. File a GitHub Issue
  2. Ask a question in Discord #dev-support

About

Switchboard V2 SDK for the Sui Blockchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Move 62.5%
  • TypeScript 37.5%