This repository contains an open-source user interface developed for relaying messages from chains in the Superchain like Base, Zora, and OP Mainnet (L2) to Ethereum Mainnet (L1).
As a pre-requisite, you will need to install Node and Foundry. Follow the instructions in https://github.com/ethereum-optimism/optimism-starter for guidance.
- Clone/fork the superchain-relayer repo
git clone https://github.com/ethereum-optimism/superchain-relayer.git
- Install the necessary node packages:
cd superchain-relayer pnpm i
- Start the frontend with
pnpm dev
- Open localhost:5173 in your browser