# Humanode Docs

## Humanode Docs

- [Quick Start](https://gitbook.humanode.io/docs/readme.md)
- [Overview](https://gitbook.humanode.io/docs/overview.md): Welcome to the Humanode documentation!
- [Concepts](https://gitbook.humanode.io/docs/concepts.md)
- [Chains](https://gitbook.humanode.io/docs/chains.md): A single point with all the information on all the Humanode chains.
- [Troubleshooting](https://gitbook.humanode.io/docs/help/troubleshooting.md): Any errors you may get, what they mean, and how to solve them. You should look both at the desktop app log and web app to find what's the issue.
- [FAQ](https://gitbook.humanode.io/docs/help/faq.md)
- [About](https://gitbook.humanode.io/docs/node/overview.md): This documentation is about our blockchain node software - humanode-peer.
- [System Requirements](https://gitbook.humanode.io/docs/node/system-requirements.md): This page contains system requirements you should have to be able to install and run your humanode properly.
- [Setup](https://gitbook.humanode.io/docs/node/setup.md): How to download, install and configure the node for the Humanode blockchain.
- [CLI](https://gitbook.humanode.io/docs/node/cli.md): This section provides information on the node's command-line interface.
- [Dev Mode](https://gitbook.humanode.io/docs/node/cli/dev-mode.md): The page describes a basic approach to run humanode-peer in dev mode.
- [JSON-RPC](https://gitbook.humanode.io/docs/node/json-rpc.md): This section describes available JSON-RPC API interfaces.
- [About](https://gitbook.humanode.io/docs/launcher/about.md): About the Humanode Launcher
- [Launcher Installation](https://gitbook.humanode.io/docs/launcher/installation.md): How to install the Humanode Launcher
- [Workspace Creation](https://gitbook.humanode.io/docs/launcher/workspace-creation.md)
- [Remote](https://gitbook.humanode.io/docs/launcher/workspace-creation/remote.md)
- [Local](https://gitbook.humanode.io/docs/launcher/workspace-creation/local.md)
- [Linux / macOS](https://gitbook.humanode.io/docs/launcher/workspace-creation/local/linux-macos.md)
- [Windows](https://gitbook.humanode.io/docs/launcher/workspace-creation/local/windows.md)
- [Node Installation](https://gitbook.humanode.io/docs/launcher/node-installation.md)
- [Node Configuration](https://gitbook.humanode.io/docs/launcher/node-configuration.md)
- [Running the node](https://gitbook.humanode.io/docs/launcher/running-the-node.md)
- [Stopping the node](https://gitbook.humanode.io/docs/launcher/stopping-the-node.md)
- [About](https://gitbook.humanode.io/docs/distribution/about.md)
- [Preparation](https://gitbook.humanode.io/docs/distribution/preparation.md): Installing the CLI tool for the Humanode Distribution.
- [Node Installation](https://gitbook.humanode.io/docs/distribution/node-installation.md)
- [Manual Installation](https://gitbook.humanode.io/docs/distribution/node-installation/manual.md): This page describes how to install the Humanode Peer without the use of Humanode Launcher or Humnode Distribution.
- [Running the node](https://gitbook.humanode.io/docs/distribution/running-the-node.md)
- [About](https://gitbook.humanode.io/docs/validators/about.md)
- [Becoming a validator](https://gitbook.humanode.io/docs/validators/becoming-a-validator.md)
- [Checking validator status](https://gitbook.humanode.io/docs/validators/check.md)
- [Polkadot.js apps](https://gitbook.humanode.io/docs/tools-and-services/polkadotjs-apps.md): This page will walk you through basic possibilities to explore the Humanode networks.
- [Polkadot.js extension](https://gitbook.humanode.io/docs/tools-and-services/polkadotjs-extension.md): One of the options to create accounts at Humanode networks.
- [Wallet Setup](https://gitbook.humanode.io/docs/tools-and-services/polkadotjs-extension/wallet-setup.md): To become a validator, you need to set up a wallet.
- [EVM Playground](https://gitbook.humanode.io/docs/tools-and-services/evm-playground.md): This page will walk you through available EVM related functionalities.
- [Subscan](https://gitbook.humanode.io/docs/tools-and-services/subscan.md): This page describes what the Subscan Block Explorer is
- [Exchanges](https://gitbook.humanode.io/docs/tools-and-services/exchanges.md): This page outlines what are exchanges and what exchanges are available on Humanode network.
- [Oracles](https://gitbook.humanode.io/docs/tools-and-services/oracles.md): This page outlines what oracles are and what oracles are available on Humanode network.
- [Testnet Faucets](https://gitbook.humanode.io/docs/tools-and-services/testnet-faucets.md): Where and how to obtain Testnet HMND tokens.
- [Substrate API Sidecar](https://gitbook.humanode.io/docs/tools-and-services/substrate-api-sidecar.md): A REST API on top of Substrate JSON-RPC API for easier interoperation.
- [Humanode Truffle Box](https://gitbook.humanode.io/docs/tools-and-services/humanode-truffle-box.md): One of the ways to setup the environment for deploying and testing Ethereum smart contracts on Humanode.
- [Humanode Token Claim](https://gitbook.humanode.io/docs/tools-and-services/humanode-token-claim.md): What the Humanode token claim process itself is and how to make it done.
- [About Bioauth](https://gitbook.humanode.io/docs/bioauth/about-bioauth.md): General information about the bioauth.
- [Enrolling](https://gitbook.humanode.io/docs/bioauth/enrolling.md): How to become an eligible participant in the Humanode consensus protocol.
- [Authenticating](https://gitbook.humanode.io/docs/bioauth/authenticating.md): How to continue taking part in the Humanode consensus protocol.
- [Robonode](https://gitbook.humanode.io/docs/bioauth/robonode.md)
- [EVM Compatibility](https://gitbook.humanode.io/docs/evm/evm-compatibility.md): The page describes the basics of EVM, Smart contracts and the compatibility itself.
- [Precompiles](https://gitbook.humanode.io/docs/evm/precompiles.md): Documentation on the special precompiles that are available at the Humanode Network.
- [Architecture](https://gitbook.humanode.io/docs/evm/architecture.md): This page describes the high-level ideas behind EVM compatibility in the Humanode network.
- [HMND/eHMND swap](https://gitbook.humanode.io/docs/evm/hmnd-ehmnd-swap.md): How the HMND/eHMND swap works
- [EVM Dev Mode & Keys](https://gitbook.humanode.io/docs/evm/evm-dev-mode-and-keys.md): This page describes basic approach to use humanode-peer in dev mode with prefunded evm dev accounts.
- [Sample contract: ERC20 token](https://gitbook.humanode.io/docs/evm/sample-contract-erc20-token.md): Here we showcase our test ERC20 token repo to demonstrate how one would develop a contract for Humanode Network.
- [Guide to tie your verified Discord account to your human node](https://gitbook.humanode.io/docs/validator-address-submission/guide-to-tie-your-verified-discord-account-to-your-human-node.md)
