sbv2-solana/programs
Conner Gallagher 7150a1c018 feat(vrf-parser): add action to close VRF account with CPI 2023-03-15 12:08:48 -06:00
..
anchor-buffer-parser fix(programs): add --exit to mocha tests 2023-03-09 13:39:02 -07:00
anchor-feed-parser fix(programs): add --exit to mocha tests 2023-03-09 13:39:02 -07:00
anchor-history-parser fix(programs): add --exit to mocha tests 2023-03-09 13:39:02 -07:00
anchor-vrf-parser feat(vrf-parser): add action to close VRF account with CPI 2023-03-15 12:08:48 -06:00
native-feed-parser chore: added github action for anchor example programs 2023-03-09 12:04:25 -07:00
README.md uprev switchboard deps 2022-11-26 15:15:13 -07:00
build.js chore: added github action for anchor example programs 2023-03-09 12:04:25 -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.