Skip to content

michalinacienciala/michalinacienciala.github.io

 
 

Repository files navigation

Example Token Bridge UI

This repository is a fork of Wormhole's example Token Bridge UI. Support for Base Sepolia, Optimism Sepolia and Arbitrum Sepolia was added.

Deployed code can be used to attest/register tokens on L2 chains (when deloyed locally, this can be done from http://localhost:3000/#/register) and to bridge tokens between chains (http://localhost:3000/#/transfer).

Local deploy:

To deploy locally, execute:

nvm use 18
npm ci
npm start

Deploy using serve:

To deploy using serve as a static server, execute:

nvm use 18
npm ci
npm run build
serve -s build -l 4000

About

A development bridge UI for testing cross-chain transfers over Wormhole

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.3%
  • JavaScript 1.5%
  • Other 0.2%