sbv2-solana/examples
gallynaut 84c2abc1f7
chore: pull monorepo changes (#111)
* Project import generated by Copybara.

GitOrigin-RevId: 8a02570f92a45d5127c2437ea4ceb1867f1da725

* chore: Update pnpm lockfile

---------

Co-authored-by: Copybara <copybara@example.com>
Co-authored-by: gallynaut <gallynaut@users.noreply.github.com>
2023-07-19 09:23:43 -06:00
..
feeds chore: pull monorepo changes (#111) 2023-07-19 09:23:43 -06:00
functions chore: pull monorepo changes (#111) 2023-07-19 09:23:43 -06:00
vrf chore: pull monorepo changes (#111) 2023-07-19 09:23:43 -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