The OFT Bridge UI project is an interface designed for bridging Omnichain Fungible Tokens (OFT) across different blockchains using the LayerZero protocol (https://layerzero.network/). The Omnichain Fungible Token (OFT) Standard enables the transfer of fungible tokens across multiple blockchains without the need for asset wrapping, middlechains, or liquidity pools.
https://oft-bridge-ui.web.app/
To contribute to this project, you need:
- Node.js 18.x.x
- npm (bundled with Node.js)
Clone the repository and install the dependencies with the following command in the root directory:
npm installWe manage environment variables through .env files. The sharing method for these files is yet to be determined.
To run the project locally, execute:
npm run devThen open your browser and visit http://localhost:3000 to view the application.
Here are some resources to better understand the technologies we're using:
We welcome contributions and suggestions for improvements to the OFT Bridge UI project.