How to update Scrypto simulator

  1. Pull the latest changes from GitHub - radixdlt/radixdlt-scrypto: Scrypto is the asset-oriented smart contract programming language of the Radix network. It allows you to quickly build secure and composable dApps.
  2. rustup update stable
  3. cargo install --path ./simulator
  4. resim reset

Solution by cbisaillon#6447 on Discord

1 Like