sbv2-solana/programs
Conner Gallagher cc11a8f8b1 fix jobInit 2022-11-11 10:37:48 -07:00
..
anchor-buffer-parser fix jobInit 2022-11-11 10:37:48 -07:00
anchor-feed-parser fix jobInit 2022-11-11 10:37:48 -07:00
anchor-history-parser anchor-history-parser: add example for creating feed with history buffer 2022-11-01 12:53:11 +00:00
anchor-vrf-parser fix jobInit 2022-11-11 10:37:48 -07:00
native-feed-parser removed monorepo structure 2022-09-28 14:37:26 -06:00
README.md removed monorepo structure 2022-09-28 14:37:26 -06: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-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.