Node UI Actions
On the Node Page (/node/{nodeId}), users have access to several interactive actions: /init, /lock, /unlock, and /nodeInfo. These actions are facilitated through dedicated API Gateway routes specific to each node.
/nodeInfo
Functionality: Automatically retrieves and displays the node's current status each time the node page is opened.
Error handling: If the node is locked or encounters other issues, the UI displays an appropriate error message to inform the user.
Use case: Provides real-time visibility into the node's status and helps diagnose any operational issues.
/init
Functionality: Initializes the node after its creation, making it ready for operation.
Process:
During initialization, the system generates a mnemonic and provides it to the user.
The mnemonic is a critical security feature and must be securely saved by the user.
The mnemonic is required for recovering the node in case of future issues and for ensuring secure access in all subsequent interactions. Save it securely.
Use case: Mandatory step after node creation to enable further actions.