Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.12 KB

readme.md

File metadata and controls

21 lines (12 loc) · 1.12 KB

UI FOR ECLIPSE - ETHEREUM MAINNET BRIDGE

An interface for the official Eclipse - Ethereum MAINNET bridge. It has been coded to facilitate users and developers in using the Eclipse MAINNET bridge.

How to use?

  • 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.

How to run it locally?

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.

Preview

preview image