e86e46c6dc | ||
---|---|---|
.github | ||
.vscode | ||
javascript | ||
programs | ||
python/switchboardpy | ||
rust/switchboard-v2 | ||
scripts | ||
.gitignore | ||
LICENSE | ||
README.md |
README.md
Getting Started
To get started, clone the sbv2-solana repository.
git clone https://github.com/switchboard-xyz/sbv2-solana
SDKs
- Rust: Rust crate to deserialize and read Switchboard data feeds and VRF accounts
- Typescript: Typescript package to interact with Switchboard V2
- Python (No longer Maintained)
Programs
- native-feed-parser: Read a Switchboard feed using Solana's native program library
- anchor-feed-parser: Read a Switchboard feed using Anchor
- anchor-history-parser: Read a Switchboard history buffer using Anchor
- anchor-vrf-parser: Read a Switchboard VRF account and make a Cross Program Invocation (CPI) to request a new randomness value
- anchor-buffer-parser: Read a Switchboard buffer relayer using Anchor
Troubleshooting
- File a GitHub Issue
- Ask a question in Discord #dev-support