Skip to content

NOOSChain Web UI

The NOOSChain Web UI is the public explorer and transaction interface for a NOOSChain node. Use it to inspect committed chain activity, explore public data, review smart contracts, configure a browser signer, and submit transactions.

Open the hosted interface at nooschain-web.noosware.com.

Before you connect

You need the HTTPS URL of a NOOSChain API endpoint. The node must allow the Web UI origin in its CORS configuration. You do not need an operator token: operator and governance administration remain in the separate Admin GUI and CLI.

Main areas

AreaUse it to
DashboardCheck the connection, chain height, and recent activity.
BlocksBrowse committed blocks and open their transactions.
TransactionsSearch and inspect committed transactions.
Data ExplorerQuery records exposed by the connected node.
Smart ContractsBrowse registered contracts and their methods.
SubmitCompose, review, sign, and submit a transaction.
MempoolFollow transactions that are waiting to be committed.
Signer settingsLoad or clear browser-held signing material.

Guided workflow

  1. Connect to a node.
  2. Explore and verify chain activity.
  3. Configure signing and submit a transaction.
  4. Use troubleshooting if the connection or a submission fails.

Security model

Private signing keys are held in browser memory only and are cleared when the page reloads. The selected API endpoint is saved in local browser storage. Only load a private key on a device and browser profile you trust.

Audience-first NOOSChain documentation.