Setting up the bridging UI
Hyperlane provides a bridge UI. To set up the UI, first clone the UI repository.
To support wallet connect, you must sign up for a wallet connect account at https://cloud.walletconnect.com/app and create a project ID.
After cloning the repository, modify src/consts/config.ts
with L1 and L2 token information
Modify src/consts/tokens.ts
with L1 and L2 token information
To start the UI, run
To deploy your UI, you can use hosting services like Vercel or Netlify. For Vercel, you can follow the following steps.
Sign up for Vercel
Create a new project
Connect it to your Git repo
Hit Deploy!
Last updated