Skip to content

Getting started with XCM Playground ๐Ÿ› โ€‹

The Playground allows you to demo-test every XCM tool offered by ParaSpellโœจ. It can also be utilized for various DEX operations.

INFO

The Playground is currently deployed and available for use at the following link: https://playground.paraspell.xyz/

Prerequisites โ€‹

  • Node.js
  • pnpm

Launch locally โ€‹

bash
# Clone XCM Tools
$ git clone https://github.com/paraspell/xcm-tools.git

# Install monorepo packages
$ pnpm install

# Build playground along with dependencies
$ pnpm --filter playground... build

# Run playground via monorepo script
$ pnpm run:playground

User interface โ€‹

Once launched, you should see the following user interface and be able to perform various actions offered by Playground:

Playground