Hiero Docs
Hiero.orgCalendar
  • Welcome to Hiero Documentation
  • Getting Started with Hiero
    • Set Up Hiero Local Node Using Docker
    • Set Up Hiero Node Using NPM CLI Tool
    • Set Up Hiero Local Node in Cloud Development Environments (CDEs)
      • Run in Codespaces
      • Run in Gitpod
  • Hiero SDKs
    • Hiero C++ SDK
    • Hiero DID SDK Python
    • Hiero Go SDK
    • Hiero Java SDK
    • Hiero JavaScript SDK
    • Hiero Python SDK
    • Hiero Rust SDK
    • Hiero Swift SDKs
  • Hiero Block Node
  • Hiero Consensus Node
  • Hiero JSON RPC Relay
  • Hiero Local Node
  • Hiero Mirror Node
  • Hiero Mirror Node Explorer
Powered by GitBook
On this page
  • Prerequisites
  • Configure Dev Container
  • Creating and Running Your Codespace
  • Conclusion and Additional Resources
Edit on GitHub
  1. Getting Started with Hiero
  2. Set Up Hiero Local Node in Cloud Development Environments (CDEs)

Run in Codespaces

PreviousSet Up Hiero Local Node in Cloud Development Environments (CDEs)NextRun in Gitpod

Last updated 2 months ago

Codespaces is a cloud development environment (CDE) that's hosted in the cloud. You can customize your project for GitHub Codespaces by committing configuration files to your repository (often known as Configuration-as-Code), which creates a repeatable codespaces configuration for all users of your project. GitHub Codespaces overview


Prerequisites

  • Review the Quickstart for GitHub Codespaces guide.

  • Install the VSCode Desktop application.

  • In Editor preference change your client to Visual Studio Code (Should not be Visual Studio Code for the Web)


Configure Dev Container

To configure the dev container, open the Hiero Local Node repo and click on Code->Codespaces->...-> Configure dev container.

This will open the dev container configuration file where you can customize your configuration like the CPUs and memory.

Note: If you make changes to your config file, commit and push your changes before running local node, to ensure the project starts with the right configuration.

Creating and Running Your Codespace

Open the Hiero Local Node repo and click on the Code->Codespaces->...-> New with options... button and choose the appropriate settings:

Once your codespace is created, the template repository will be automatically cloned into it. Your codespace is all set up, and the local node is running!


Conclusion and Additional Resources

Congrats on successfully setting up your Codespace and running a Hiero Local Node!

➡ Hiero Local Node Repository

➡ Quickstart for GitHub Codespaces

➡ Adding Dev Container Config to Repo