Ethereum <-> Parity Substrate Blockchain bridge for self transfers of ERC20 representation.
- Make sure you have Ethereum and Substrate extensions. Typical choices would be:
a.Metamask
(or any other Ethereum extension) and switch it toKovan
b.polkadot{.js}
- Go here
- Connect with both extensions(two pop-up windows should appear)
- You will see that your balances from extensions should appear on the page.
- Transfer some Kovan test DAI to our Substrate-based chain.
- 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