Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaonone/erc20-substrate-bridge
Ethereum <-> Parity Substrate Blockchain bridge for self transfers of ERC20 representation.
https://github.com/kaonone/erc20-substrate-bridge
akropolis bridge dai erc20 polkadot substrate
Last synced: about 1 month ago
JSON representation
Ethereum <-> Parity Substrate Blockchain bridge for self transfers of ERC20 representation.
- Host: GitHub
- URL: https://github.com/kaonone/erc20-substrate-bridge
- Owner: kaonone
- License: mit
- Created: 2019-12-16T09:57:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T10:02:01.000Z (almost 3 years ago)
- Last Synced: 2024-10-05T12:39:44.151Z (3 months ago)
- Topics: akropolis, bridge, dai, erc20, polkadot, substrate
- Language: TypeScript
- Homepage:
- Size: 3.6 MB
- Stars: 8
- Watchers: 11
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![riot.im](https://img.shields.io/badge/riot.im-join%20chat-green.svg)](https://riot.im/app/#/room/#akropolis:matrix.org)
# 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](https://polkadai-bridge.akropolis.io/)
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
```