Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buffalojoec/verifiable-builder
A simple repository for producing verifiable builds of solana programs.
https://github.com/buffalojoec/verifiable-builder
Last synced: 27 days ago
JSON representation
A simple repository for producing verifiable builds of solana programs.
- Host: GitHub
- URL: https://github.com/buffalojoec/verifiable-builder
- Owner: buffalojoec
- Created: 2023-10-10T16:04:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-10T16:35:45.000Z (about 1 year ago)
- Last Synced: 2024-04-15T16:03:58.529Z (7 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Verifiable Builder
A simple repository for producing verifiable builds of solana programs.
Example:
```shell
anchor build --verifiable --program-name spl_name_service --solana-version 1.16.3 --docker-image backpackapp/build:v0.28.0 --arch sbf
```Verifiably-built program binary will be output to `target/verifiable/program_name.so`.
Mac users: https://stackoverflow.com/a/76586216/19949857