Scrypto Builder
  • 30 Jul 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Scrypto Builder

  • Dark
    Light
  • PDF

Article summary

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

  1. 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
  1. 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?