sbv2-solana/.docs/rust/switchboard-v2/README.template.md

557 B

switchboard-v2

A Rust library to interact with Switchboard accounts on Solana.

Crates.io

Install

Run the following Cargo command in your project directory:

cargo add switchboard-v2

Or add the following line to your Cargo.toml:

[dependencies]
switchboard-v2 = "0.1.23"

Usage