docs: added anchor-buffer-parser to example table
This commit is contained in:
parent
c88b178947
commit
b051a9ef23
|
@ -17,9 +17,10 @@ import { SerumIcon } from "/src/components/icons/SerumIcon";
|
|||
programs or off-chain applications
|
||||
</Typography>
|
||||
|
||||
| Example | Description |
|
||||
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
|
||||
| <Link className="nowrap" to="https://github.com/switchboard-xyz/switchboard-v2/blob/main/examples/programs/anchor-feed-parser"><SiRust className="devicons" /> <SiTypescript className="devicons" fontSize="large" /> anchor-feed-parser <GoLinkExternal className="devicons" /></Link> | Anchor example program demonstrating how to deserialize and read an onchain aggregator. |
|
||||
| <Link className="nowrap" to="https://github.com/switchboard-xyz/switchboard-v2/blob/main/examples/programs/anchor-vrf-parser"><SiRust className="devicons" /> <SiTypescript className="devicons" fontSize="large" /> anchor-vrf-parser <GoLinkExternal className="devicons" /></Link> | Anchor example program demonstrating how to deserialize and read an onchain verifiable randomness function (VRF) account. |
|
||||
| <Link className="nowrap" to="https://github.com/switchboard-xyz/switchboard-v2/blob/main/examples/clients/feed-parser"> <SiTypescript className="devicons" fontSize="large" /> feed-parser <GoLinkExternal className="devicons" /></Link> | Typescript example demonstrating how to read an aggregator account. |
|
||||
| <Link className="nowrap" to="https://github.com/switchboard-xyz/switchboard-v2/blob/main/examples/clients/feed-walkthrough"><SiTypescript className="devicons" fontSize="large" /> feed-walkthrough <GoLinkExternal className="devicons" /></Link> | Typescript example demonstrating how to create and manage your own oracle queue. |
|
||||
| Example | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
|
||||
| <Link className="nowrap" to="https://github.com/switchboard-xyz/switchboard-v2/blob/main/examples/programs/anchor-feed-parser"><SiRust className="devicons" /> <SiTypescript className="devicons" fontSize="large" /> anchor-feed-parser <GoLinkExternal className="devicons" /></Link> | Anchor example program demonstrating how to deserialize and read an onchain aggregator. |
|
||||
| <Link className="nowrap" to="https://github.com/switchboard-xyz/switchboard-v2/blob/main/examples/programs/anchor-vrf-parser"><SiRust className="devicons" /> <SiTypescript className="devicons" fontSize="large" /> anchor-vrf-parser <GoLinkExternal className="devicons" /></Link> | Anchor example program demonstrating how to deserialize and read an onchain verifiable randomness function (VRF) account. |
|
||||
| <Link className="nowrap" to="https://github.com/switchboard-xyz/switchboard-v2/blob/main/examples/programs/anchor-buffer-parser"><SiRust className="devicons" /> <SiTypescript className="devicons" fontSize="large" /> anchor-buffer-parser <GoLinkExternal className="devicons" /></Link> | Anchor example program demonstrating how to deserialize and read an onchain buffer relayer account. |
|
||||
| <Link className="nowrap" to="https://github.com/switchboard-xyz/switchboard-v2/blob/main/examples/clients/feed-parser"> <SiTypescript className="devicons" fontSize="large" /> feed-parser <GoLinkExternal className="devicons" /></Link> | Typescript example demonstrating how to read an aggregator account. |
|
||||
| <Link className="nowrap" to="https://github.com/switchboard-xyz/switchboard-v2/blob/main/examples/clients/feed-walkthrough"><SiTypescript className="devicons" fontSize="large" /> feed-walkthrough <GoLinkExternal className="devicons" /></Link> | Typescript example demonstrating how to create and manage your own oracle queue. |
|
||||
|
|
Loading…
Reference in New Issue