Skip to content

Latest commit

 

History

History

front

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Front

By running the server, you can interact with the bridge via the UI.

Getting Started

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.