switchboard-on-demand 0.1.0

A Rust library to interact with the Switchboard Solana program.
1
2
3
4
5
6
{
  "scripts": {
    "docgen": "cargo doc --all-features --no-deps",
    "docgen:deploy": "pnpm docgen && firebase deploy --project docs --only hosting:switchboard-on-demand-rust-docs"
  }
}