Skip to content

Connect to a Node

Open nooschain-web.noosware.com. The connection screen appears before the workspace opens.

Connect

  1. Enter the full NOOSChain API URL, including https://.
  2. Select Connect.
  3. Wait for the connection status to change to connected.
  4. Confirm that the header shows a chain height.

The Web UI remembers the selected endpoint on this device. Use Disconnect from the header when you need to change networks.

Endpoint requirements

The endpoint must be reachable from the browser and must permit the exact Web UI origin in its CORS allowlist. For the hosted interface, allow:

text
https://nooschain-web.noosware.com

An operator can configure this with NOOS_CORS_ENABLED and NOOS_CORS_ALLOWED_ORIGINS. See Docker deployment for the complete node configuration.

Verify the network

Before signing or submitting anything, confirm that the endpoint belongs to the network you intend to use. Check its hostname, current height, recent blocks, and—when supplied by your operator—the expected genesis or network identity.

Audience-first NOOSChain documentation.