sbv2-solana/programs
Conner Gallagher 167da3b256 chore(tooling): simplified tsconfig and esm builds 2022-06-17 23:43:26 -06:00
..
anchor-feed-parser chore(tooling): simplified tsconfig and esm builds 2022-06-17 23:43:26 -06:00
anchor-vrf-parser chore(tooling): simplified tsconfig and esm builds 2022-06-17 23:43:26 -06:00
spl-feed-parser chore(tooling): simplified tsconfig and esm builds 2022-06-17 23:43:26 -06: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.