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 guide walks you through setting up and running your own Surge rollup development network.

Prerequisites

  • Docker and Docker Compose
  • Git
  • At least 16GB of RAM
  • At least 50GB of free disk space

Deployment Steps

  1. Deploy L1.
  2. Set up a Prover.
  3. Deploy L2.
  4. Deploy Protocols on L2.
  5. Deploy Relayer.
  6. Deploy Bridge UI.

Troubleshooting

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