sbv2-solana/examples
gallynaut 3770ae3c96
docs
2023-06-20 16:10:13 -06:00
..
feeds add new examples 2023-06-19 11:26:21 -06:00
functions/01_basic_oracle docs 2023-06-20 16:10:13 -06:00
vrf add new examples 2023-06-19 11:26:21 -06:00
README.md add new examples 2023-06-19 11:26:21 -06:00

README.md

Switchboard x Solana Examples

Product Examples
Feeds
  1. Data Feed Client: An example showing how to read a Switchboard data feed and history buffer
VRF
  1. VRF Client: An example program showing how to request and consume randomness
  2. VRF Flip: A full example for simulating a heads or tails coin flip with a sample web application
Functions
  1. Basic Function Example: An example program for executing a custom function
  2. VRF Function: An example showing how to use a custom SGX function to publish randomness on-chain
Workers
  1. Basic Worker: An example for building a custom worker with Switchboard