Socket
Book a DemoInstallSign in
Socket

@hashgraph/solo

Package Overview
Dependencies
Maintainers
15
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hashgraph/solo

An opinionated CLI tool to deploy and manage private Hedera Networks.

latest
release-0.43.x
Source
npmnpm
Version
0.43.1
Version published
Weekly downloads
985
-11.9%
Maintainers
15
Weekly downloads
 
Created
Source

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

Requirements

Solo VersionNode.jsKindSolo ChartHederaKubernetesKubectlHelmk9sDocker Resources
0.29.0>= 20.14.0 (lts/hydrogen)>= v0.26.0v0.30.0v0.53.0 – <= v0.57.0>= v1.27.3>= v1.27.3v3.14.2>= v0.27.4Memory >= 8GB, CPU >= 4
0.30.0>= 20.14.0 (lts/hydrogen)>= v0.26.0v0.30.0v0.54.0 – <= v0.57.0>= v1.27.3>= v1.27.3v3.14.2>= v0.27.4Memory >= 8GB, CPU >= 4
0.31.4>= 20.18.0 (lts/iron)>= v0.26.0v0.31.4v0.54.0 – <= v0.57.0>= v1.27.3>= v1.27.3v3.14.2>= v0.27.4Memory >= 8GB, CPU >= 4
0.32.0>= 20.18.0 (lts/iron)>= v0.26.0v0.38.2v0.58.1 - <= v0.59.0>= v1.27.3>= v1.27.3v3.14.2>= v0.27.4Memory >= 8GB, CPU >= 4
0.33.0>= 20.18.0 (lts/iron)>= v0.26.0v0.38.2v0.58.1 - <= v0.59.0>= v1.27.3>= v1.27.3v3.14.2>= v0.27.4Memory >= 8GB, CPU >= 4
0.34.0>= 20.18.0 (lts/iron)>= v0.26.0v0.42.10v0.58.1+>= v1.27.3>= v1.27.3v3.14.2>= v0.27.4Memory >= 8GB, CPU >= 4
0.35.0>= 20.18.0 (lts/iron)>= v0.26.0v0.44.0v0.58.1+>= v1.27.3>= v1.27.3v3.14.2>= v0.27.4Memory >= 8GB, CPU >= 4
0.36.0>= 20.18.0 (lts/iron)>= v0.26.0v0.52.0v0.58.1+>= v1.27.3>= v1.27.3v3.14.2>= v0.27.4Memory >= 8GB, CPU >= 4
0.36.1>= 20.18.0 (lts/iron)>= v0.26.0v0.53.0v0.58.1+>= v1.27.3>= v1.27.3v3.14.2>= v0.27.4Memory >= 8GB, CPU >= 4
0.37.0>= 20.18.0 (lts/iron)>= v0.26.0v0.53.0v0.58.1+>= v1.27.3>= v1.27.3v3.14.2>= v0.27.4Memory >= 8GB, CPU >= 4
0.37.1>= 20.18.0 (lts/iron)>= v0.26.0v0.53.0v0.58.1+>= v1.27.3>= v1.27.3v3.14.2>= v0.27.4Memory >= 8GB, CPU >= 4
0.38.0>= 20.18.0 (lts/iron)>= v0.26.0v0.54.3v0.58.1+>= v1.27.3>= v1.27.3v3.14.2>= v0.27.4Memory >= 8GB, CPU >= 4

Hardware Requirements

To run a three-node network, you will need to set up Docker Desktop with at least 8GB 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

Keywords

solo

FAQs

Package last updated on 09 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts