This is an example bridge application demonstrating how to bridge ETH & ERC20 tokens to any OP stack chain. We currently deploy this on every merge to the main
branch. You can see what it looks like here
This is still a WIP as we are waiting for more libraries to support Wagmi v2
Create an .env
and add VITE_WALLECT_CONNECT_PROJECT_ID
to it.
VITE_WALLECT_CONNECT_PROJECT_ID=<youe wallet connect project id>
Install the projects dependcies if you haven't already
pnpm i
This application is built with vite
, this will start the development server
pnpm nx run @eth-optimism/bridge-app:dev
This will output a production ready build
pnpm nx run @eth-optimism/bridge-app:build