Scrypto Builder
- 30 Jul 2024
- 1 Minute to read
- DarkLight
- PDF
Scrypto Builder
- Updated on 30 Jul 2024
- 1 Minute to read
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
scrypto-builder
is a tool for compiling Scrypto projects in a deterministic way. It allows third-parties to verify that package WASM and RPD files are indeed compiled from a specific source code.
Usage
- Pull the
scrypto-builder
Docker image
# You can find all releases on https://github.com/radixdlt/radixdlt-scrypto/releases
DOCKER_DEFAULT_PLATFORM=linux/amd64 docker pull radixdlt/scrypto-builder:v1.2.0
- Compile Scrypto project
DOCKER_DEFAULT_PLATFORM=linux/amd64 docker run -v /full/path/to/scrypto/crate:/src radixdlt/scrypto-builder:v1.2.0
Was this article helpful?