# 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/> 
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://akropolis.gitbook.io/akropolis/developer-documentation/open-source-development/ethereum-less-than-greater-than-substrate-bridge.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
