sbv2-solana/programs
Conner Gallagher c83534a3fb example-programs: using new SDK 2022-12-19 09:00:16 -07:00
..
anchor-buffer-parser example-programs: using new SDK 2022-12-19 09:00:16 -07:00
anchor-feed-parser example-programs: using new SDK 2022-12-19 09:00:16 -07:00
anchor-history-parser example-programs: using new SDK 2022-12-19 09:00:16 -07:00
anchor-vrf-parser example-programs: using new SDK 2022-12-19 09:00:16 -07:00
native-feed-parser example-programs: using new SDK 2022-12-19 09:00:16 -07:00
README.md uprev switchboard deps 2022-11-26 15:15:13 -07:00

README.md

Sbv2 Program Examples

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