sbv2-solana/examples
Conner Gallagher cb507d9be5 Devnet feature flag and more account structs
added mainnet feature flag to dynamically check account owners
added SbState, OracleQueueAccountData, OracleAccountData, CrankAccountData, LeaseAccountData, PermissionAccountData, and JobAccountData structs
added PermissionSet CPI instruction
removed map_err on invoke calls to prevent masking errors
2022-07-26 14:50:47 -06:00
..
clients examples: uprev sbv2 deps 2022-07-22 12:27:33 -06:00
job-definitions refactor: moved programs and clients under examples 2022-07-22 12:11:29 -06:00
programs Devnet feature flag and more account structs 2022-07-26 14:50:47 -06:00
README.md refactor: moved programs and clients under examples 2022-07-22 12:11:29 -06:00

README.md

Examples

This directory contains some examples to get started with Switchboard V2.

  • Programs - On-chain examples for reading and checking Sbv2 data feeds, VRF, and buffer relayers.
  • Clients - Off-chain examples to read and update Sbv2 accounts.
  • Job Definitions - Some example job definitions to fetch and publish data on-chain.