Windows
- Download and install
rustup-init.exe - Install "Desktop development with C++" with Build Tools for Visual Studio 2019
- Start a new PowerShell to enable cargo
Linux and MacOS
-
Install rust:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -
Enable cargo in the current shell:
source $HOME/.cargo/env
-
Add WebAssembly target
rustup target add wasm32-unknown-unknown -
Install the simulator
git clone https://github.com/radixdlt/radixdlt-scrypto.git cd radixdlt-scrypto cargo install --path ./simulator