Installation
Windows
- 1.
- 2.
- 3.Start a new PowerShell to enable cargo
Linux and MacOS
- 1.Install rust:curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- 2.Enable cargo in the current shell:source $HOME/.cargo/env
- 1.Add WebAssembly targetrustup target add wasm32-unknown-unknown
- 2.Install the simulatorgit clone https://github.com/radixdlt/radixdlt-scrypto.gitcd radixdlt-scryptocargo install --path ./simulator