Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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