Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ It consists of both C and Rust code, but everything can be built and tested usin

First, make sure you have the [solana tool suite](https://docs.solana.com/cli/install-solana-cli-tools#use-solanas-install-tool)
installed on your machine. (The build depends on some C makefiles that are in the tool suite.)
Make sure you have installed the same solana version that is being used in [CI](.github/workflows/docker.yaml)

Then, simply run `cargo build` to compile the oracle program as a native binary, or `cargo build-bpf` to build a BPF binary
that can be uploaded to the blockchain. This step will produce a program binary `target/deploy/pyth_oracle.so`.
Expand Down