A selection of resources for developers building on Radix.
✅ Installation
Applications on Radix can be prototyped quickly using the Radix Engine Simulator (resim). More information is available on the Radix Documentation page.
Download and install VS Code.
Click on the Extensions sidebar icon and install the ‘Dev Containers’ extension. Follow the prompts to install Docker Desktop.
Make a new development folder, then navigate to it in VS Code via File > Open Folder.
Open a terminal window in VS Code via Terminal > New Terminal.
Run the following command to clone the official Scrypto Starter repository:
Copy
git clone https://github.com/radixdlt/scrypto-starter.gitNavigate to the scrypto-starter folder via File > Open Folder. (IMPORTANT: don’t use ‘cd scrypto-starter’ at this stage)
VS Code should suggest you to open the repository in a Dev container. If so, follow the prompts and wait for the container to load.
If VS Code does not suggest a Dev Container:
Open the command palette via View > Command Palette.
Search for "Dev Containers: Reopen in Container" and click on it. Follow the prompts to log in or create a Docker Desktop account.
Run the following command to see the resim functionality:
Copy
resim helpSkip the setup and navigate to the main body of the Step by Step Course.
🏁 Starter Pack
The following resources are available to help you build and grow your application on Radix:
Learn Step by Step.
Deepen your understanding with Radix Technical Documentation.
Get inspired by Official Code Examples.
Play with the Transaction Manifest Builder.
Apply for the Radix Booster Grants.
🛢️ General Resources
Radix Wallet | Scrypto | Radix Engine | Radix Gateway | Radix dApps | Radix Network | ROLA | Core | Radix Node | |
Docs | |||||||||
Repos | |||||||||
APIs | |||||||||
Packages | |||||||||
Toolkits | |||||||||
SDKs |

