> For the complete documentation index, see [llms.txt](https://akropolis.gitbook.io/akropolis/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://akropolis.gitbook.io/akropolis/developer-documentation/open-source-development/ethereum-less-than-greater-than-substrate-bridge.md).

# Ethereum <-> Substrate bridge

### Github repo:

{% embed url="<https://github.com/akropolisio/erc20-substrate-bridge>" %}

### You can try it out in our chain: <a href="#you-can-try-it-out-in-our-chain" id="you-can-try-it-out-in-our-chain"></a>

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.

```
    cd ./frontend <br/>
```

```
    npm i <br/>
    npm run codegen <br/>
    npm run dev <br/> 
```
