https://github.com/multiversx/mx-sdk-playground
Playground for contracts and dApps. Can be opened with GitHub Codespaces or VSCode Devcontainers.
https://github.com/multiversx/mx-sdk-playground
Last synced: 4 months ago
JSON representation
Playground for contracts and dApps. Can be opened with GitHub Codespaces or VSCode Devcontainers.
- Host: GitHub
- URL: https://github.com/multiversx/mx-sdk-playground
- Owner: multiversx
- License: mit
- Created: 2023-11-06T19:54:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-01T13:02:17.000Z (9 months ago)
- Last Synced: 2025-10-06T14:10:53.025Z (8 months ago)
- Language: Python
- Homepage:
- Size: 117 KB
- Stars: 3
- Watchers: 18
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mx-sdk-playground
Playground for contracts and dApps, shaped as a devcontainer for GitHub Codespaces or Visual Studio Code.
Includes commonly-used tools and libraries for developing on the MultiversX platform: `Rust`, `mxpy`, `sc-meta`, `rust-analyzer` (extension), MultiversX SDKs for Python and JavaScript, and more.
## Open in Codespaces
GitHub Codespaces are fully configured development environments in the cloud.
[](https://codespaces.new/multiversx/mx-sdk-playground?quickstart=1)
## Open in Visual Studio Code Devcontainers
If you already have **VS Code** and **Docker** installed, you can click on the badge below to get started. It will cause VS Code to automatically install the Dev Containers extension if needed, clone the source code into a container volume, and spin up a dev container for use.
## What to do in the Playground
See the [**Welcome**](./welcome.md) page for a list of things to do in the playground.