Getting Started

Getting started with Solo

📝 Solo has a new quick-start command! check it out: Solo User Guide, Solo CLI Commands

Solo

NPM Version GitHub License node-lts Build Application Codacy Grade Codacy Coverage codecov OpenSSF Scorecard CII Best Practices

An opinionated CLI tool to deploy and manage standalone test networks.

Releases and Requirements

Solo releases are supported for one month after their release date, after which they are no longer maintained. It is recommended to upgrade to the latest version to benefit from new features and improvements. Every quarter a version will be designated as LTS (Long-Term Support) and will be supported for three months.

Current Releases

Solo VersionNode.jsKindSolo ChartHederaKubernetesKubectlHelmk9sDocker ResourcesRelease DateEnd of Support
0.43.0>= 20.18.0 (lts/iron)>= v0.26.0v0.54.5v0.63.9+>= v1.27.3>= v1.27.3v3.14.2>= v0.27.4Memory >= 12GB, CPU >= 42025-08-152025-09-15
0.42.0 (LTS)>= 20.18.0 (lts/iron)>= v0.26.0v0.54.5v0.63.9+>= v1.27.3>= v1.27.3v3.14.2>= v0.27.4Memory >= 12GB, CPU >= 42025-08-112025-11-11

To see a list of legacy releases, please check the legacy versions documentation page.

Hardware Requirements

To run a one-node network, you will need to set up Docker Desktop with at least 12GB of memory and 4 CPUs.

alt text

Setup

  • Install Node. You may also use nvm to manage different Node versions locally, some examples:
# install specific nodejs version
# nvm install <version>

# install nodejs version 20.18.0
nvm install v20.18.0

# lists available node versions already installed
nvm ls

# switch to selected node version
# nvm use <version>
nvm use v20.18.0

Install Solo

  • Run npm install -g @hashgraph/solo

Documentation

Getting Started

Contributing

Contributions are welcome. Please see the contributing guide to see how you can get involved.

Code of Conduct

This project is governed by the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code of conduct.

License

Apache License 2.0