By running the server, you can interact with the bridge via the UI.
Install dependencies:
yarn install
Edit the L1Chain, L2Chain
at the start of the following file to suit your environment.
Add chains, modify the RPC endpoints and contract addresses in chains folder.
For development:
yarn dev
For production, build frontend:
yarn build
To start the server, use the command:
yarn start
Access the server at http://127.0.0.1:8080.