/erc20-substrate-bridge

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

Primary LanguageTypeScriptMIT LicenseMIT

riot.im

ERC20 Ethereum <-> Parity Substrate Bridge

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

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.

It should be pretty obvious from this point. If you hit any problems, please feel free to file an issue!

    cd ./frontend
    npm i
    npm run codegen
    npm run dev