<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Documentation on Solo</title><link>https://solo.hiero.org/docs/</link><description>Recent content in Documentation on Solo</description><generator>Hugo</generator><language>en</language><atom:link href="https://solo.hiero.org/docs/index.xml" rel="self" type="application/rss+xml"/><item><title>Troubleshooting</title><link>https://solo.hiero.org/docs/troubleshooting/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/</guid><description>&lt;p&gt;This guide covers common issues you may encounter when using Solo and how to resolve them.&lt;/p&gt;
&lt;h2 id="quick-navigation"&gt;Quick Navigation&lt;a class="td-heading-self-link" href="#quick-navigation" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Use this page when something is failing and you need to diagnose or recover quickly.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://solo.hiero.org/docs/troubleshooting/#troubleshooting-installation-and-upgrades"&gt;Troubleshooting installation and upgrades&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://solo.hiero.org/docs/troubleshooting/#pods-not-reaching-ready-state"&gt;Pods not reaching Ready state&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://solo.hiero.org/docs/troubleshooting/#crashloopbackoff-causes-and-remediation"&gt;CrashLoopBackOff causes and remediation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://solo.hiero.org/docs/troubleshooting/#resource-constraint-errors-cpu--ram--disk"&gt;Resource constraint errors (CPU / RAM / Disk)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://solo.hiero.org/docs/troubleshooting/#getting-help"&gt;Getting help&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="related-operational-topics"&gt;Related Operational Topics&lt;a class="td-heading-self-link" href="#related-operational-topics" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;If you are looking for setup or day-to-day usage guidance rather than failure diagnosis, start with these pages:&lt;/p&gt;</description></item><item><title>Community Contributions</title><link>https://solo.hiero.org/docs/community-contributions/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/community-contributions/</guid><description>&lt;h2 id="how-to-contribute-to-solo"&gt;How to Contribute to Solo&lt;a class="td-heading-self-link" href="#how-to-contribute-to-solo" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;This document describes how to set up a local development environment and contribute to the Solo project.&lt;/p&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;ul&gt;
&lt;li&gt;&lt;strong&gt;Node.js&lt;/strong&gt; (use the version specified in the repository, if applicable)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;npm&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Docker or Podman&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Kubernetes&lt;/strong&gt; (local cluster such as kind, k3d, or equivalent)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;task&lt;/strong&gt; (Taskfile runner)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Git&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;K9s&lt;/strong&gt; (optional)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="initial-setup"&gt;Initial setup&lt;a class="td-heading-self-link" href="#initial-setup" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;!-- markdownlint-disable MD029 --&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Clone the repository:&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;git clone https://github.com/hiero-ledger/solo.git
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nb"&gt;cd&lt;/span&gt; solo
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Install dependencies:&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></channel></rss>