Skip to content

sodazone/xcm-tracker-app

Repository files navigation

XCM Tracker App

A 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