sbv2-solana/programs/README.md

10 lines
1.2 KiB
Markdown
Raw Normal View History

2022-05-20 15:45:42 -07:00
### Sbv2 Program Examples
| Package | Description |
| ------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------- |
| [anchor-feed-parser](./anchor-feed-parser) | Anchor example program demonstrating how to deserialize and read an onchain aggregator account. |
| [native-feed-parser](./native-feed-parser) | Solana Program Library example demonstrating how to deserialize and read an onchain aggregator account. |
| [anchor-history-parser](./anchor-history-parser) | Anchor example program demonstrating how to deserialize and read an onchain aggregator history buffer account. |
| [anchor-vrf-parser](./anchor-vrf-parser) | Anchor example program demonstrating how to deserialize and read an onchain verifiable randomness function (VRF) account. |
| [anchor-buffer-parser](./anchor-buffer-parser) | Anchor example program demonstrating how to deserialize and read an onchain buffer relayer account. |