Step 1 - Validator dApp
Validators interact with the chain via the Validator dApp - click the application link.
By clicking on the application link, the user will be taken to the login page.
There, they must enter their "Node Information".
Node Information
Follow this format when entering node information:
Protocol: //IP:port
Example: ws://127.0.0.1:9944
Example: wss://www.example.com
NOTE: The "wss" protocol uses WebSocket over a secure TLS/SSL connection, while the "ws" protocol uses an unencrypted connection.
Last updated