Humanode Docs
  • Quick Start
  • Overview
  • Concepts
    • Bioauth
    • Smart Contracts
    • Node
    • Validator
  • Chains
  • Help & Support
    • Troubleshooting
    • FAQ
    • Discord
  • Node
    • About
    • System Requirements
    • Setup
    • CLI
      • Dev Mode
    • JSON-RPC
    • Tools & Services
  • Humanode Launcher
    • About
    • Launcher Installation
    • Workspace Creation
      • Remote
      • Local
        • Linux / macOS
        • Windows
    • Node Installation
    • Node Configuration
    • Running the node
    • Stopping the node
  • Humanode Distribution
    • About
    • Preparation
    • Node Installation
      • Manual Installation
    • Running the node
  • Validators
    • About
    • Becoming a validator
    • Checking validator status
  • Tools & Services
    • Polkadot.js apps
    • Polkadot.js extension
      • Wallet Setup
    • EVM Playground
    • Subscan
    • Exchanges
    • Oracles
    • Testnet Faucets
    • Substrate API Sidecar
    • Humanode Truffle Box
    • Humanode Token Claim
  • Bioauth
    • About Bioauth
    • Enrolling
    • Authenticating
    • Robonode
  • EVM & Solidity Smart Contracts
    • EVM Compatibility
    • Precompiles
    • Architecture
    • HMND/eHMND swap
    • EVM Dev Mode & Keys
    • Sample contract: ERC20 token
    • EVM Playground
    • Humanode Truffle Box
Powered by GitBook
On this page
  • Preface: inspecting the chain state
  • Validator Status
  • Inspecting Bioauth
  • Checking Validator Keys
  1. Validators

Checking validator status

PreviousBecoming a validatorNextPolkadot.js apps

Last updated 6 months ago

Preface: inspecting the chain state

The best way to inspect the state of the chain is to use the Polkadot.js Apps explorer (Polkadot.js apps). It connect directly to a node, and runs the queries without any middle-men like indexers, enabling you to directly see the state.

Use the "Developer" tab to inspect the state or submit the transacitions (extrinsics) directly.

Validator Status

Check the Polkadot.js Apps explorer (Polkadot.js apps) to see if you completed all the steps and have become a validator.

There, navigate to Developer -> Chain state -> session -> validators(). Press + on the right.

If you can find your address in this list - you are a validator!

Inspecting Bioauth

To see whether you have an active bioauth on the chain, see Developer -> Chain state -> bioauth -> activeAuthentications() and find yourself in the list.

Checking Validator Keys

To see if you need to do the set keys, see Developer -> Chain state -> session -> nextKeys(AccountId32) with your address. Those keys must match the ones that are stored in your node. If they don't match - do the "set keys" action in the web app.