OmniBirdge UI is a web application interacting with OmniBridge FT and AMB contracts to transfer ERC20/ERC677 tokens between EVM-based blockchains
OmniBridge is a versatile multi-token extension designed to facilitate the transfer of any ERC20, ERC677, and ERC827 tokens between the xDai chain and other networks. This tool stands out for its simplicity and efficiency, making it an excellent choice for developers looking to streamline the token transfer process across various blockchain environments. Whether you’re a seasoned blockchain engineer or a newcomer to the space, OmniBridge offers a user-friendly experience that allows for seamless interaction with multiple token types.
The project comes with a set of pre-configured scripts to enhance the development workflow. Whether you’re starting the React application in development mode or preparing to deploy your subgraphs to specific networks, OmniBridge provides powerful tools to ensure a smooth experience.
yarn dapp:start
command launches the React app in development mode, allowing for real-time updates and debugging.yarn dapp:test
to run interactive tests related to your changed files, ensuring robust application performance.yarn dapp:build
command generates an optimized production build, complete with minified files for better performance.