sbv2-solana/.docs/rust/switchboard-v2
Conner Gallagher 6bd8890d83 wip 2023-05-10 02:39:46 -06:00
..
usage wip 2023-05-10 02:39:46 -06:00
README.template.md added usages 2023-05-10 01:12:08 -06:00

README.template.md

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