The op-Bridge
is a service for op-stack chains which provides a functional UI for the Bridging between L1 and L2.
Clone this repo
yarn
Copy .example.env
into a new file named .env
, then set the environment variables listed there.
Once your environment variables or flags have been set, run the service via:
yarn start
The op-bridge
uses the @eth-optimism/sdk https://sdk.optimism.io/ to provide the bridgining functionality by using CrossChainMessenger. It provides the Deposit and withdraw functionality.