You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program is designed to store Publisher's prices in a specific buffer per each publisher. Later, the prices from each publisher are retrieved in the
4
+
Pythnet validator to calculate the aggregate price.
5
+
6
+
## Build
7
+
8
+
To build the program in a verifiable way, use [Solana Verify CLI](https://github.com/Ellipsis-Labs/solana-verifiable-build). This tool builds the program in
9
+
a docker container to ensure that the resulting binary is deterministic and verifiable. Run the following command to build the program:
10
+
11
+
```bash
12
+
solana-verify build -- --features solana-program
13
+
```
14
+
15
+
Once the build is complete, the program binary will be located in the `target/deploy` directory.
0 commit comments