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
| Area | Use it to |
|---|---|
| Dashboard | Check the connection, chain height, and recent activity. |
| Blocks | Browse committed blocks and open their transactions. |
| Transactions | Search and inspect committed transactions. |
| Data Explorer | Query records exposed by the connected node. |
| Smart Contracts | Browse registered contracts and their methods. |
| Submit | Compose, review, sign, and submit a transaction. |
| Mempool | Follow transactions that are waiting to be committed. |
| Signer settings | Load or clear browser-held signing material. |
Guided workflow
- Connect to a node.
- Explore and verify chain activity.
- Configure signing and submit a transaction.
- 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.