1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Update bridge URL & note our UI mod repo

This commit is contained in:
Troy McConaghy 2019-06-25 11:25:42 +02:00 committed by Matthias Kretschmann
parent 8e406e426f
commit 546e8e6d71
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -7,7 +7,7 @@ TODO: All images here are placeholders for now. Replace them with images showing
## Introduction
There is a token bridge between the Ethereum Mainnet and [the Pacific Network](/concepts/pacific-network/). It's based on [the TokenBridge by POA Network](https://medium.com/poa-network/introducing-the-erc20-to-erc20-tokenbridge-ce266cc1a2d0) (the company).
There is a token bridge between the Ethereum Mainnet and [the Pacific Network](/concepts/pacific-network/). It's based on [the TokenBridge by POA Network](https://medium.com/poa-network/introducing-the-erc20-to-erc20-tokenbridge-ce266cc1a2d0) (the company), but the user interface was modified to conform to the Ocean Protocol style.[^1]
This tutorial shows how you can use the token bridge to transfer Ocean Tokens (OCEAN) from the Ethereum Mainnet to the Pacific Network.
## WARNING
@ -22,9 +22,7 @@ Below is a screenshot of MetaMask showing an account (with address `0x8…`) whi
![MetaMask showing an account that has 500.000 OCEAN in the Ethereum Mainnet](./images/tb01.png)
To use the token bridge between the Ethereum Mainnet and the Pacific Network, then go to [https://token-bridge.pacific.oceanprotocol.com](https://token-bridge.pacific.oceanprotocol.com). You should see something like this:
TODO: or maybe the URL will be bridge.oceanprotocol.com ? Update accordingly.
To use the token bridge between the Ethereum Mainnet and the Pacific Network, then go to [https://bridge.oceanprotocol.com/](https://bridge.oceanprotocol.com/). You should see something like this:
![The token bridge user interface](./images/tb02.png)
@ -58,3 +56,6 @@ Notice how the transaction ID is shown.
If you go back to MetaMask and switch the network to Pacific, then the account's OCEAN balance in Pacific should be higher by the amount just transferred.
![MetaMask showing an account that has 1.000 OCEAN in the Pacific Network](./images/tb08.png)
[^1]: The code for the Ocean Protocol version of the token bridge UI is in the [oceanprotocol/token-bridge-ui repo on GitHub](https://github.com/oceanprotocol/token-bridge-ui).