<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Beginner on Solo</title><link>https://solo.hiero.org/tags/beginner/</link><description>Recent content in Beginner on Solo</description><generator>Hugo</generator><language>en</language><atom:link href="https://solo.hiero.org/tags/beginner/index.xml" rel="self" type="application/rss+xml"/><item><title>Simple Solo Setup</title><link>https://solo.hiero.org/docs/simple-solo-setup/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/simple-solo-setup/</guid><description/></item><item><title>System Readiness</title><link>https://solo.hiero.org/docs/simple-solo-setup/system-readiness/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/simple-solo-setup/system-readiness/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;a class="td-heading-self-link" href="#overview" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Before you deploy a local Hiero test network with &lt;code&gt;solo one-shot single deploy&lt;/code&gt;, your machine must meet specific hardware, operating system, and tooling requirements. This page walks you through the minimum and recommended memory, CPU, and storage, supported platforms (macOS, Linux, and Windows via WSL2), and the required versions of Docker/Podman, Node.js, and Kubernetes tooling. By the end of this page, you will have your container runtime installed, platform-specific settings configured, and all Solo prerequisites in place so you can move on to the Quickstart and create a local network with a single command.&lt;/p&gt;</description></item><item><title>Quickstart</title><link>https://solo.hiero.org/docs/simple-solo-setup/quickstart/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/simple-solo-setup/quickstart/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;a class="td-heading-self-link" href="#overview" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Solo Quickstart provides a single, one-shot command path to deploy a running Hiero test network using the Solo CLI tool.
This guide covers installing Solo, running the one-shot deployment, verifying the network, and accessing local service endpoints.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This guide assumes basic familiarity with command-line interfaces and Docker.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;a class="td-heading-self-link" href="#prerequisites" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Before you begin, ensure you have completed the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;System Readiness:
&lt;ul&gt;
&lt;li&gt;Prepare your local environment (Docker, Kind, Kubernetes, and related tooling) by following the &lt;strong&gt;&lt;a href="https://solo.hiero.org/docs/simple-solo-setup/system-readiness/"&gt;System Readiness&lt;/a&gt;&lt;/strong&gt; guide.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Quickstart only covers what you need to run &lt;code&gt;solo one-shot single deploy&lt;/code&gt; and verify that the network is working.
Detailed version requirements, OS-specific notes, and optional tools are documented in &lt;strong&gt;System Readiness&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>FAQs</title><link>https://solo.hiero.org/docs/faqs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/faqs/</guid><description>&lt;h2 id="one-command-deployment-options-and-variants"&gt;One-command deployment options and variants&lt;a class="td-heading-self-link" href="#one-command-deployment-options-and-variants" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id="how-can-i-set-up-a-solo-network-in-a-single-command"&gt;How can I set up a Solo network in a single command?&lt;a class="td-heading-self-link" href="#how-can-i-set-up-a-solo-network-in-a-single-command" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;You can run one of the following commands depending on your needs:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Single Node Deployment (recommended for development):&lt;/strong&gt;&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;brew install hiero-ledger/tools/solo
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;For more information on Single Node Deployment, see &lt;a href="https://solo.hiero.org/docs/simple-solo-setup/quickstart/#deploy-a-local-network-one-shot"&gt;Quickstart&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Multiple Node Deployment (for testing consensus scenarios):&lt;/strong&gt;&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;solo one-shot multiple deploy --num-consensus-nodes &lt;span class="m"&gt;3&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;For more information on Multiple Node Deployment, see &lt;a href="https://solo.hiero.org/docs/simple-solo-setup/quickstart/#deploy-a-local-network-one-shot"&gt;Quickstart&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Documentation</title><link>https://solo.hiero.org/docs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/</guid><description>&lt;div class="pageinfo pageinfo-warning td-max-width-on-larger-screens mx-0"&gt;
&lt;p&gt;This documentation provides a comprehensive guide to using Solo to launch a Hiero Consensus Node network, including setup instructions, usage guides, and information for developers. It covers everything from installation to advanced features and troubleshooting.&lt;/p&gt;
&lt;/div&gt;</description></item></channel></rss>