UI Flows

Core operator workflows — connect, manage, install, monitor

Connect to a Node

1

Open Dashboard

Navigate to the deployed dashboard URL (or localhost in dev). If no token is found in localStorage, the login page appears.

2

Enter Node URL

Input the node's HTTP base URL (e.g. http://localhost:2428 or a remote HTTPS endpoint).

3

Login

Enter node credentials. On success, JWT tokens are stored in localStorage and the dashboard redirects to the main overview.

Manage Contexts

Contexts page
Lists all contexts on the node with ID, type, and member count. Click a row to open context details.
Context Details
Shows context members, capabilities, installed application, and current state. Allows adding members or joining existing contexts.
Join Context
Invite a new identity to an existing context. Generates an invite token that the joining party uses.
Create Context
Create a new isolated context. Optionally installs an application into it at creation time.

Install Applications

1

Applications Page

Shows all installed applications across all contexts. Click Install to install a new app.

2

Specify App

Enter the application package ID or upload a WASM bundle. The node fetches the package from the registry if an ID is provided.

3

Target Context

Select which context to install the application into. Each context can host one application.

Identity & Root Keys

Identity page
Lists all identities (signing keys) registered on the node. Each context member has an associated identity.
Add Root Key
Register a new root signing key. Root keys sign administrative operations on the node.
Key types
Supports NEAR (ed25519), Ethereum (secp256k1), ICP, and Starknet key formats depending on node configuration.

Monitor Logs

The Logs page provides a live view of node operation logs:

  • Filter by level: DEBUG, INFO, WARN, ERROR
  • Filter by context: Show only logs from a specific context or application
  • Auto-scroll: Toggle to follow the latest output
  • Copy: Copy log entries to clipboard for incident reports