On the Node Page (Documentation Index
Fetch the complete documentation index at: https://utexo-e7ed9bd0-bridge-mint-0.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
/node/{nodeId}), the following interactive actions are available:
/nodeInfo
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 issues, the UI displays an appropriate error message.
- Use case: Provides real-time visibility into the node’s operational state.
/init
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.
- Security: The mnemonic must be securely saved. It is the only way to recover the node’s wallet.
- Use case: Mandatory step after node creation to enable further actions.
/lock
Secures the node by locking it, preventing unauthorized access.- Process: The user enters a password to lock the node.
- Use case: Protects sensitive node operations when the node is not actively in use.
/unlock
Unlocks the node, allowing it to resume normal operations.- Process: The user enters the correct password to reverse the lock status.
- Use case: Required to access and manage the node after it has been secured via
/lockor after an upgrade.