Go to file
Conner Gallagher 549ad58d61 README.md 2023-02-14 14:13:08 -07:00
.github solana.js: published 2.0.121 2023-02-07 09:06:00 -07:00
.vscode added SwitchboardTestContextV2 2023-01-17 21:01:28 -07:00
javascript README.md 2023-02-14 14:13:08 -07:00
programs README.md 2023-02-13 20:59:17 -07:00
python/switchboardpy build(deps): bump certifi in /python/switchboardpy 2022-12-07 23:49:12 +00:00
rust/switchboard-v2 README.md 2023-02-14 14:13:08 -07:00
scripts updated program examples 2023-01-18 20:17:40 -07:00
.gitignore fix gitignore 2023-01-06 11:11:51 -07:00
LICENSE cleaned up package.json, tsconfig.json, and misc build configs 2022-05-25 12:38:29 -06:00
README.md README.md 2023-02-14 14:13:08 -07:00

README.md

Switchboard V2

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

Test Status Crates.io NPM Badge

Discord Twitter

Documentation: docs.switchboard.xyz

Getting Started

To get started, clone the sbv2-solana repository.

git clone https://github.com/switchboard-xyz/sbv2-solana

Program IDs

Network Program ID
Mainnet-Beta SW1TCH7qEPTdLsDHRgPuMQjbQxKdH2aBStViMFnt64f
Devnet 2TfB33aLaneQb5TNVwyDz3jSZXS6jdW2ARw1Dgf84XCG

See switchboard.xyz/explorer for a list of feeds deployed on Solana.

See app.switchboard.xyz to create your own Solana feeds.

Libraries

Lang Name Description
Rust switchboard-v2
[Crates.io, Typedocs]
Rust crate to deserialize and read Switchboard data feeds
JS @switchboard-xyz/solana.js
[npmjs, Typedocs]
Typescript package to interact with Switchboard V2
Python switchboardpy
[pypi, Typedocs]
Python package to interact with Switchboard V2. No longer maintained

Example Programs

Troubleshooting

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