An interface for the official Eclipse - Ethereum MAINNET bridge. It has been coded to facilitate users and developers in using the Eclipse MAINNET bridge.
- Go to the project page served by Github pages.
- Connect with your Metamask wallet.
- Enter the amount you want to transfer in ether and your Eclipse wallet address.
- Click on the "BRIDGE" button and confirm the transaction. The etherscan page will open in a new tab to follow the transaction.
The HTML, CSS and Javascript code is executed by your browser, which means that when you download the files and open the index.html file in your browser, you will see something like the project page.
But metamask will not allow you to link to the index.html files. To connect with metamask you need to serve the html file with an http server. You can do this simply with a Visual Studio Code extension called Live Server.