Skip to content

Commit

Permalink
Removed Dapp Guide, FAQ and UsingMyCrypto, instead of having it in th…
Browse files Browse the repository at this point in the history
…e repo it's better to just point it to the developers portal
  • Loading branch information
pedro committed Apr 30, 2020
1 parent 92495e7 commit 2995ae4
Show file tree
Hide file tree
Showing 26 changed files with 3 additions and 261 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Cross chain events are very important in the future of crypto. Exchanging tokens
## Overview

The smart contract on each network are connected by bridges, a bridge on one chain would receive and lock the ERC20 tokens, this action emits an event that will be served to the bridge on the other chain. This interoperability is achieved using a Federation that sends the event from one contract to the other, once the bridge on the other chain receives the event from the Federation, it mints the tokens on the mirror ERC20 contract.
See the [FAQ](./docs/FAQ.md) to know more about how it works!
See the [FAQ](https://developers.rsk.co/tools/tokenbridge/faq/) to know more about how it works!

<p align="center">
<img src="./docs/images/token-bridge-diagram.png"/>
Expand All @@ -20,8 +20,8 @@ The bridges on each contract are upgradeable, this would enable a smooth transit

## Usage

You can use the ['Token Bridge Dapp'](https://tokenbridge.rsk.co/) together with [Nifty Wallet](https://chrome.google.com/webstore/detail/nifty-wallet/jbdaocneiiinmjbjlgalhcelgbejmnid) or [Metamask with custom network](https://github.com/rsksmart/rskj/wiki/Configure-Metamask-to-connect-with-RSK) to move tokens between networks. This is the [Dapp guide](./docs/DappGuide.md) if you don't know how to use it.
Or you can use a wallet with the abi of the contracts. See the ['interaction guide using MyCrypto'](./docs/UsingMyCrypto.md) for more information on how to use the bridge.
You can use the ['Token Bridge Dapp'](https://tokenbridge.rsk.co/) together with [Nifty Wallet](https://chrome.google.com/webstore/detail/nifty-wallet/jbdaocneiiinmjbjlgalhcelgbejmnid) or [Metamask with custom network](https://github.com/rsksmart/rskj/wiki/Configure-Metamask-to-connect-with-RSK) to move tokens between networks. This is the [Dapp guide](https://developers.rsk.co/tools/tokenbridge/dappguide/) if you don't know how to use it.
Or you can use a wallet with the abi of the contracts. See the ['interaction guide using MyCrypto'](https://developers.rsk.co/tools/tokenbridge/usingmycrypto/) for more information on how to use the bridge.

## Contracts deployed on RSK, Ethereum, RSK Testnet and Kovan

Expand Down
57 changes: 0 additions & 57 deletions docs/DappGuide.md

This file was deleted.

76 changes: 0 additions & 76 deletions docs/FAQ.md

This file was deleted.

125 changes: 0 additions & 125 deletions docs/UsingMyCrypto.md

This file was deleted.

Binary file removed docs/images/access_contract.png
Binary file not shown.
Binary file removed docs/images/access_contract_bridge.png
Binary file not shown.
Binary file removed docs/images/access_contract_sidetoken.png
Binary file not shown.
Binary file removed docs/images/contract_approve.png
Binary file not shown.
Binary file removed docs/images/contract_balance.png
Binary file not shown.
Binary file removed docs/images/contract_mapped_tokens.png
Binary file not shown.
Binary file removed docs/images/contract_receive.png
Binary file not shown.
Binary file removed docs/images/contract_symbol.png
Binary file not shown.
Binary file removed docs/images/dapp-image1-1.png
Binary file not shown.
Binary file removed docs/images/dapp-image1-2.png
Binary file not shown.
Binary file removed docs/images/dapp-image2.png
Binary file not shown.
Binary file removed docs/images/dapp-image3.png
Binary file not shown.
Binary file removed docs/images/dapp-image4.png
Binary file not shown.
Binary file removed docs/images/dapp-image5.png
Binary file not shown.
Binary file removed docs/images/dapp-image6.png
Binary file not shown.
Binary file removed docs/images/rsk_node_setup.png
Binary file not shown.
Binary file removed docs/images/transaction_confirm.png
Binary file not shown.
Binary file removed docs/images/transaction_confirm_receive.png
Binary file not shown.
Binary file removed docs/images/transaction_send.png
Binary file not shown.
Binary file removed docs/images/transaction_status.png
Binary file not shown.
Binary file removed docs/images/transaction_write.png
Binary file not shown.
Binary file removed docs/images/wallet_access.png
Binary file not shown.

0 comments on commit 2995ae4

Please sign in to comment.