Skip to content

Latest commit

 

History

History

README.md

Getting Started with Hiero

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).

Get Involved in Hiero

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.

Hiero Setup Guides

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


Deploy Your Hiero Local Node

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 DockerUse 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.pnghow-to-set-up-a-hedera-local-node.md
Use the NPM CLI ToolUse 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.pngsetup-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.pnghow-to-run-hedera-local-node-in-a-cloud-development-environment-cde

Available Services and Dashboards

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:

TypeEndpoint
Consensus Node Endpointhttp://localhost:50211/
Mirror Node GRPC Endpointhttp://localhost:5600/
Mirror Node REST API Endpointhttp://localhost:5551/
JSON RPC Relay Endpointhttp://localhost:7546/
JSON RPC Relay Websocket Endpointhttp://localhost:8546/
Mirror Node Explorerhttp://localhost:8080/devnet/dashboard
Grafana UIhttp://localhost:3000/
Prometheus UIhttp://localhost:9090/