Welcome to the Hiero Getting Started section where you'll find information on how to get involved in Hiero and a collection of step-by-step guides designed to help you set up and explore a fully functional Hiero local node (network).
➡ Start Here - Learn about what is Hiero, who are the main participants and where to find collaboration opportunities.
➡ Get Caught Up With The Latest News - Read our latest blog project news and events happening in our community.
➡ Learn More About LFDT and Hiero - Learn more about Hiero from Linux Foundation Decentralized Trust blog site.
➡ Clone The Code - Learn more about the code base in GitHub.
➡ Attend our Technical Steering Committee Meeting - Our Technical Committee Meetings are open and welcomes anyone who is interested in learning about the latest project status and direction.
➡ Attend any of our public meetings - Explore any of our public project meetings. These meetings are designed to welcome everyone interested in learning more and contributing to any of Hiero's components.
The Hiero Local Node project empowers developers to deploy their own local network for development and testing. This network includes essential services such as the consensus node, mirror node, JSON-RPC relay, and more that can be deployed using multiple methods.
➡ Deploy Your Hiero Local Node
➡ Available Services and Dashboards
Choose to deploy between Docker with the Hiero CLI, managing your node via the official NPM package, or leveraging Cloud Development Environments (CDEs) like Gitpod or GitHub Codespaces. These guides are designed to help you quickly and efficiently establish a testing environment. This flexibility enables you to work from any device without being tied down by a static local setup.
| Set Up with Docker | Use Docker and the Hiero CLI to spin up a complete local network on your machine. This includes a consensus node, mirror node, JSON-RPC relay, and other supporting services. | hiero-docker-icon.png | how-to-set-up-a-hedera-local-node.md |
| Use the NPM CLI Tool | Use the CLI tool to install and run the Hiero local node using the official NPM package. This lets you start, stop, and generate accounts directly via CLI commands. | hiero-cli-tool-icon.png | setup-hedera-node-cli-npm.md |
| Use Cloud Development Environments (CDEs) | Use a Cloud Development Environment (CDE) like Gitpod or GitHub Codespaces to build a virtual dev environment with the preconfigured Hiero node. | hiero-cloud-env-icon.png | how-to-run-hedera-local-node-in-a-cloud-development-environment-cde |
The Hiero local node comes with various services, each serving different functions, and accessible locally. You can use these services on localhost.
{% hint style="info" %} In Gitpod and Codespaces, "localhost" refers to a virtual cloud server you're accessing via your browser. These platforms redirect local addresses to your cloud workspace, making it feel like you're working on a local setup. {% endhint %}
These are the localhost endpoints for each service:
| Type | Endpoint |
|---|---|
| Consensus Node Endpoint | http://localhost:50211/ |
| Mirror Node GRPC Endpoint | http://localhost:5600/ |
| Mirror Node REST API Endpoint | http://localhost:5551/ |
| JSON RPC Relay Endpoint | http://localhost:7546/ |
| JSON RPC Relay Websocket Endpoint | http://localhost:8546/ |
| Mirror Node Explorer | http://localhost:8080/devnet/dashboard |
| Grafana UI | http://localhost:3000/ |
| Prometheus UI | http://localhost:9090/ |