Ethereum <-> Substrate bridge

Ethereum <-> Parity Substrate Blockchain bridge for self transfers of ERC20 representation.

Github repo:

You can try it out in our chain:

  1. Make sure you have Ethereum and Substrate extensions. Typical choices would be: a. Metamask (or any other Ethereum extension) and switch it to Kovan b. polkadot{.js}

  2. Go here

  3. Connect with both extensions(two pop-up windows should appear)

  4. You will see that your balances from extensions should appear on the page.

  5. Transfer some Kovan test DAI to our Substrate-based chain.

  6. Transfer some DAI from our chain to your Ethereum account.

    cd ./frontend <br/>
    npm i <br/>
    npm run codegen <br/>
    npm run dev <br/> 

Last updated