Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

sodazone/xcm-tracker

Repository files navigation

XCM Tracker Demo

A demonstration web application for tracking XCM executions over WebSockets.

What it shows

  1. Aggregating across all subscription streams or selecting one from the Ocelloids Service.
  2. Reception and correlation of XCM executions across multiple chains.
  3. Visualization of XCM journeys from origin to destination with waypoints.
  4. Dummy humanization of the XCM intent.

How it looks

All Networks

Running

Corepack enable

corepack enable

Run the web app

yarn && yarn dev