Skip to content

Commit

Permalink
Image size was incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro committed Apr 27, 2020
1 parent 472a108 commit 428ac9b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/DappGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,51 +7,51 @@ It is possible to test the transfer of tokens between RSK and Kovan networks usi

## Steps
Go to the Dapp [https://tokenbridge.rsk.co/](https://tokenbridge.rsk.co/) for mainnet or [https://testnet.tokenbridge.rsk.co/](https://testnet.tokenbridge.rsk.co/) for testnet.
First **log in** with your wallet (metamask or nifty), and select the network of your choice, in this case we will use **RSK Testnet**.
First **log in** with your wallet (metamask or nifty) and select the network of your choice, in this case we will use **RSK Testnet**.

<p align="center">
<img src="./images/dapp-image1-1.png" width="800" height="250" />
<img src="./images/dapp-image1-1.png"/>
</p>

If everything is correct, you will see the following:

<p align="center">
<img src="./images/dapp-image1-2.png" width="800" height="250" />
<img src="./images/dapp-image1-2.png"/>
</p>

Then **select the token** that you want to transfer. For example select the tRIF token (you can obtain them from the [Rif Faucet](https://faucet.rifos.org/)).

<p align="center">
<img src="./images/dapp-image2.png" width="800" height="200" />
<img src="./images/dapp-image2.png"/>
</p>

Once you have selected it, enter the amount you want to transfer, then click **Cross the Tokens button**.

<p align="center">
<img src="./images/dapp-image3.png" width="800" height="200" />
<img src="./images/dapp-image3.png" />
</p>

When the process starts you will see a **list of the steps needed** to cross the tokens.

<p align="center">
<img src="./images/dapp-image4.png" width="800" height="200" />
<img src="./images/dapp-image4.png" />
</p>

The second and third steps will show a message pop-up to confirm the transaction, **submit the transaction**. The following image gives an example of the confirmation popup. This **steps require around 30 seconds each** for the transaction to be mined.

<p align="center">
<img src="./images/dapp-image5.png" width="300" height="500" />
<img src="./images/dapp-image5.png" width="300" />
</p>


Once all the steps are done, you have to **wait around 5 minutes in testnet or 1 hour in mainnet** for the tokens to cross. You can **check the token contract on the other network** by clicking on the symbol (red arrow on the image).
You can also change the network on you wallet (in this case we would change to Kovan). To do this add the token to your wallet using the address of the crossed token contract (red arrow on the image) in your wallet.

<p align="center">
<img src="./images/dapp-image6.png" width="800" height="200" />
<img src="./images/dapp-image6.png" />
</p>


This address can be used to verify the balance and confirm that the tokens were effectively transferred.
This address can be used to verify the balance and confirm that the tokens were effectively transferred to the other network.

If you want to **cross back the tokens is the same process** but you'll need to select on your wallet the other network, in this case it's the Kovan network.
If you want to **cross back the tokens is the same process** but you'll need to select the other network in your wallet, in this case it's the Kovan network.

0 comments on commit 428ac9b

Please sign in to comment.