An open API service indexing awesome lists of open source software.

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.

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.

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](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.


Open in Dev Containers

## What to do in the Playground

See the [**Welcome**](./welcome.md) page for a list of things to do in the playground.