var img = document.createElement('img'); img.src = "https://nethermind.matomo.cloud//piwik.php?idsite=6&rec=1&url=https://www.surge.wtf" + location.pathname; img.style = "border:0"; img.alt = "tracker"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(img,s);
Skip to main content

Introduction

This section guides you through the process of running the required components for setting up a Surge rollup on the Hoodi network. To fully run Surge on Hoodi, you will need to have operating L1 node (Hoodi) and an L2 node (Surge).

Prerequisites

  • Docker and Docker Compose
  • Git
  • At least 16GB of RAM
  • At least 100GB of free disk space
  • Stable internet connection

These prerequisites are chosen based on typical requirements for blockchain nodes, considering data size, processing demands, and optimal performance.

Steps

  1. Run L1: Instructions for running or connecting to a Hoodi Layer 1 node.
  2. Set up a Prover: Instructions for setting up a prover.
  3. Run L2: Steps to run your Surge Layer 2 node on top of Hoodi.
  4. Run Relayer: Steps to run your relayer.
  5. Run Bridge UI: Steps to run the Bridge UI.

Troubleshooting

If you face any issues at any of the steps, feel free to refer to the Troubleshooting section for additional support.