sbv2-solana/programs
gallynaut 515445e6d7
Merge pull request #31 from switchboard-xyz/dependabot-npm_and_yarn-eslint-plugin-prettier-4.2.1
Bump eslint-plugin-prettier from 4.0.0 to 4.2.1
2022-07-05 08:56:03 -06:00
..
anchor-feed-parser Bump @types/node from 17.0.35 to 17.0.45 2022-07-01 22:40:18 +00:00
anchor-vrf-parser Merge pull request #31 from switchboard-xyz/dependabot-npm_and_yarn-eslint-plugin-prettier-4.2.1 2022-07-05 08:56:03 -06:00
spl-feed-parser Bump @types/node from 17.0.35 to 17.0.45 2022-07-01 22:40:18 +00:00
README.md refactored documentation 2022-05-24 16:18:05 -06:00

README.md

Sbv2 Program Examples

Package Description
anchor-feed-parser Anchor example program demonstrating how to deserialize and read an onchain aggregator.
spl-feed-parser Solana Program Library example demonstrating how to deserialize and read an onchain aggregator.
anchor-vrf-parser Anchor example program demonstrating how to deserialize and read an onchain verifiable randomness function (VRF) account.