Developer Resources
The switchboard-xyz/sbv2-core repo contains the chain agnostic code such as the CLI and OracleJob protobufs along with a git submodule for each chain specific SDK.
To get started, clone the sbv2-core repo along with the submodules.
Common
git clone --recurse-submodules https://github.com/switchboard-xyz/sbv2-core.git
cd sbv2-core
Solana
git clone https://github.com/switchboard-xyz/sbv2-solana.git
cd sbv2-solana
Aptos
git clone https://github.com/switchboard-xyz/sbv2-aptos.git
cd sbv2-aptos
Near
git clone https://github.com/switchboard-xyz/sbv2-near.git
cd sbv2-near