## Getting Started
To get started, clone the
[sbv2-solana](https://github.com/switchboard-xyz/sbv2-solana) repository.
```bash
git clone https://github.com/switchboard-xyz/sbv2-solana
```
Then install the dependencies
```bash
cd sbv2-solana
pnpm install
pnpm build
```
## Program IDs
| **Network** | **Program ID** |
| ------------ | ---------------------------------------------- |
| Mainnet-Beta | `SW1TCH7qEPTdLsDHRgPuMQjbQxKdH2aBStViMFnt64f` |
| Devnet | `2TfB33aLaneQb5TNVwyDz3jSZXS6jdW2ARw1Dgf84XCG` |
See [switchboard.xyz/explorer](https://switchboard.xyz/explorer) for a list of
feeds deployed on Solana.
See [app.switchboard.xyz](https://app.switchboard.xyz) to create your own Solana
feeds.
## Libraries
| **Lang** | **Name** | **Description** |
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| Rust | [switchboard-v2](/rust/switchboard-v2/)