Updating Scrypto
  • 27 May 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Updating Scrypto

  • Dark
    Light
  • PDF

Article summary

Updating Scrypto to the latest version

When a new version of Scrypto is released, it is recommended to update your toolchain to benefit from the latest changes. To update to the latest version, follow these steps:

  1. Open a terminal, or PowerShell if you are on Window

  2. Update Rust compiler to the latest

    rustup update stable
  3. Reinstall the Radix CLIs with:

    cargo install --force radix-clis
  4. Reset your simulator with:

    resim reset

When updating an existing project be sure to delete the existing cargo.lock file run cargo clean and scrypto build to recompile with all the latest updates.


Was this article helpful?