Parachains have become extremely popular for building unique use cases, all while maintaining a seamless interoperability amongst various parachains and blockchains, especially within the Polkadot ecosystem. Yet, beneath the surface of coding and implementing business logic on parachains, a labyrinth of vital activities — crucial for their deployment, management, and scaling — often remain overlooked. DevOps Before any parachain goes into production, it’s essential to subject it to intense testing within a simulated mainnet environment. Zombienet becomes an invaluable tool in this context to test parachain’s resilience by taking it through numerous brute force scenarios, replicating every possible real-world challenge it might encounter. This includes simulations with all node types, from full nodes to validator nodes, and stress-testing configurations to ensure stability and optimal behavior. A discernible gap also lies in the domain of advanced analytics and proactive monitoring, both imperative to validate performance and ensure readiness for the mainnet. In pursuit of a solution, submitted a detailed grant proposal at Web3 Foundation. Recognizing the merit in addressing this operational gap, the foundation lent its support, awarding a grant to Zeeve for the development of a GUI tool (LARCH) designed to automate the parachain simulation testing workflow using Zombienet. Zeeve Details of the Grant: We are happy to announce that we have successfully completed both milestone I and Milestone II of our grant from the Web3 Foundation. This grant has enabled us to focus on the development of for enhanced management of Zombienet with automation and monitoring. Larch More details of the grant can be found . here The software is now available under an open-source license on GitHub and accessible to everyone, complete with its source code, developer documentation and tutorials. We’re confident that Larch will significantly benefit the Polkadot/Substrate parachain developer ecosystem, extending its advantages to the larger Web3 community. What is Larch? Zeeve’s Larch is a comprehensive frontend for Zombienet CLI, seamlessly integrating with K8 and Podman. Larch is thoughtfully designed to simplify the Zombienet network creation, management, and testing processes. With it, developers and parachain teams can swiftly set up the relay chains and parachains with Zombienet, unlocking the potential to test a plethora of configurations, easily, right from the dashboard. Key Features of Larch: Parachain setups are crucial and complex. Larch enables a simple UI driven Zombienet setup, including relaychain and parachain core configurations. Comprehensive Automation: : Larch allows for a ‘pick and choose’ based selection for genesis parameters and chain configurations, crucial for initializing parachain setups tailored for the desired Zombienet. Intuitive Configurations Choose from the existing zombienet configurations, save them as templates, or quickly modify and retest using previously saved templates. Users can also effortlessly upload new ones without delving into manual configuration creation. Flexible Replication: Users can conveniently execute key operations such as start, delete, view progress & metrics directly from the dashboard, ensuring optimal testing flexibility. More operational control: Supports the setup of all node types, be it Full node, Validator node, or Collator node. All-Inclusive Node Setup: Enables developers to monitor live logs during test runs and review post-run results directly through the interface. Real-time Logging: Incorporates a stack of Prometheus and Grafana for effortless monitoring of Zombienet. Advanced Monitoring: Larch’s setup is universal and can be installed on any cloud / local machine of choice with Linux based OS. Cloud Agnostic: In summation, Zeeve’s Larch is set to transform the way substrate & parachain developers interact with Zombienet, offering a simplified, efficient, and intuitive experience. Deploying a Zobienet Network using Larch in a few clicks: This tutorial focuses on creating a template and subsequently, a network from this template. The intention is to emulate the official Zombienet example found at . Zombienet on GitHub This guide is tailored for Linux systems. For Mac users, please refer to the Larch . Although Mac isn’t officially supported yet, if Podman emulation operates smoothly, then Larch should be able to manage the network effectively. Note: Prerequisites section Likewise, execution on a remote Linux cluster via a Mac’s setup should function. K8 kubectl Step 1: Get the larch binary either by downloading from the or yourself. releases build it Step 2: Ensure Podman / kubectl is installed as per the on your system for the orchestration of the Zombienet networks. instructions Step 3: Assign execute permissions to the larch binary using: chmod 755 larch Run the larch binary by doing: ./larch Step 4: Navigate to in your browser. Click on the ‘ button located at the page’s top. http://localhost:9000 Network Template +’ : Step 5 Label the template as “ “. Choose either Podman or Kubernetes as the Provider based on your setup. Proceed by clicking . sample-template ‘Next’ : Step 6 Under the section, populate the subsection. Insert “ ” as the name and select the ‘ option. By pressing the button, add a new node. For this node, input “ ” and again choose ‘ . Press . Relaychain Configuration Nodes alice Validator’ + bob Validator’ Next : Step 7 In the section, tap on the ‘ ‘ button. Set the Parachain ID to 100 (or any other number). Name the collator “ ” and for the command, use ‘ . Click ‘ . Parachain Configuration + collator01 polkadot-parachain’ Next’ : Step 8 For this tutorial, we’ll bypass . Simply click ‘ . HRMP Next’ : Step 9 Within the section, after the pre-filled sections, append the necessary configuration. Store the template by hitting ‘ . Test Configuration Save’ : Step10 On the Templates page, the new template should now be visible. Select ‘ to initiate the network. A dialogue box will pop up – input the network’s name and click ‘ to start the orchestration. The app will transition you to the networks page while in the creation state. Create’ Confirm’ : Step 11 To inspect command and execution logs, click on the ‘ icon. For a detailed command, tap the ‘ button; a modal will pop up with the command and other metadata. To peruse logs/outputs, select the ‘ button, opening another modal revealing the streams. Eye’ Command’ Output’ The preceding step concludes the network creation. : Step 12 To access metrics of the deployed network, head to the and tap the ‘ icon. This redirects you to the Grafana service (default login: admin/admin). Within the Dashboards segment, locate and open the dashboard from the ‘ folder to inspect metrics. My Network page Monitoring’ General’ Wrapping up: Zeeve is deeply committed to the web3 ecosystem. As we conclude, our goal is clear: we want ‘Larch’ getting adopted widely and put to use in a diverse parachain testing scenarios. We are encouraging developers to utilize it for their testing needs and share feedback. Zeeve will continue to update and enhance Larch, adding new features based on community inputs. Together, we’ll keep iterating on Larch, ensuring it remains relevant and beneficial for all developers. Polkadot/Substrate