sbv2-solana/programs/native-feed-parser
Conner Gallagher 0d8065cba7 README.md 2023-02-13 20:59:17 -07:00
..
src removed monorepo structure 2022-09-28 14:37:26 -06:00
tests migrated from @project-serum to @coral-xyz 2023-01-31 16:13:29 -07:00
Cargo.toml updated program examples 2023-01-18 20:17:40 -07:00
README.md README.md 2023-02-13 20:59:17 -07:00
Xargo.toml removed monorepo structure 2022-09-28 14:37:26 -06:00
package-lock.json migrated from @project-serum to @coral-xyz 2023-01-31 16:24:08 -07:00
package.json migrated from @project-serum to @coral-xyz 2023-01-31 16:13:29 -07:00
tsconfig.json example-programs: using new SDK 2022-12-19 09:00:16 -07:00

README.md

sbv2-solana / native-feed-parser

An example program written in native Rust demonstrating how to deserialize and read a Switchboard data feed on Solana.

Crates.io

Discord Twitter

Sbv2 Solana SDK: github.com/switchboard-xyz/sbv2-solana

Usage

Build the example program

cargo build-bpf --manifest-path=Cargo.toml
solana program deploy target/deploy/native_feed_parser.so