Diagnostics using the Network UI
Last updated
Last updated
The Human Network Interface is a web-based utility that enables node operators to validate their node's network configuration and check their participation status in the consensus mechanism.
It offers a streamlined interface to interact with a set of RPC endpoints that help perform connectivity checks and fetch quorum-related data.
mishti_ping()
Check if your node's RPC interface is reachable.
Requires your rpc_url
as a parameter.
mishti_quic_ping(peer_id: string)
Verify if your node is reachable over the QUIC protocol.
Requires your peer_id
as a parameter.
mishti_fetch_voting_power(peer_id: string)
Retrieve your node’s voting power in the current quorum.
Requires your peer_id
as a parameter.
mishti_fetch_election_info(peer_id: string)
Get details about the current election round and quorum state.
Requires your peer_id
as a parameter.
You can run the Human Network UI locally using Docker:
Note Please contact the team to request access to the
mishtinetwork/network-ui:latest
Docker image.
Once the container is running, open in your browser to access the interface.
NEXT_PUBLIC_RELAY_NODE_URL
URL of the relay node that exposes the RPC methods used by the UI.
mishti_ping()
Pings the node via TPC.
rpc_url
mishti_quic_ping(peer_id)
Pings the node over QUIC.
peer_id
mishti_fetch_election_info(peer_id)
Fetches current election information.
peer_id
mishti_fetch_voting_power(peer_id)
Fetches node’s voting power.
peer_id