mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Fixed assets broken links
This commit is contained in:
parent
65cc0733b8
commit
1bfcf5041c
@ -62,7 +62,7 @@ Ocean provides convenient methods to list ERC20 datatokens for sale, with fixed-
|
||||
|
||||
### High-Level Behavior
|
||||
|
||||
![High-Level Flow](../.gitbook/assets/architecture/use-case.png)
|
||||
![High-Level Flow](../../.gitbook/assets/architecture/use-case.png)
|
||||
|
||||
Here's an example.
|
||||
|
||||
|
@ -8,24 +8,24 @@ title: Bridges
|
||||
|
||||
BSC provides several bridge options, including:
|
||||
|
||||
* withdraw crypto from Binance.com, and
|
||||
* use Binance bridge.
|
||||
- withdraw crypto from Binance.com, and
|
||||
- use Binance bridge.
|
||||
|
||||
The article [How to Get Started with BSC](https://academy.binance.com/en/articles/how-to-get-started-with-binance-smart-chain-bsc) by Binance Academy provides further details.
|
||||
|
||||
### Links
|
||||
|
||||
* [BSC Wallet Support](https://docs.binance.org/wallets/bsc-wallets.html). Includes MetaMask and Trust Wallet.
|
||||
* [BSC Bridge](https://www.bnbchain.org/en/bridge)
|
||||
* [How to set up a custom network in MetaMask](../../orientation/metamask-setup.md#set-up-custom-network)
|
||||
- [BSC Wallet Support](https://docs.binance.org/wallets/bsc-wallets.html). Includes MetaMask and Trust Wallet.
|
||||
- [BSC Bridge](https://www.bnbchain.org/en/bridge)
|
||||
- [How to set up a custom network in MetaMask](../../orientation/metamask-setup.md#set-up-custom-network)
|
||||
|
||||
# Polygon (ex Matic) Bridge
|
||||
|
||||
### Links
|
||||
|
||||
* [Matic Wallet](https://wallet.polygon.technology/)
|
||||
* [Matic Bridge](https://wallet.polygon.technology/bridge/)
|
||||
* [How to set up a custom network in MetaMask](../../orientation/metamask-setup.md#set-up-custom-network)
|
||||
- [Matic Wallet](https://wallet.polygon.technology/)
|
||||
- [Matic Bridge](https://wallet.polygon.technology/bridge/)
|
||||
- [How to set up a custom network in MetaMask](../../orientation/metamask-setup.md#set-up-custom-network)
|
||||
|
||||
### Intro to Polygon's Bridge
|
||||
|
||||
@ -33,7 +33,7 @@ The Polygon Network (ex Matic) provide us with a bridge (connecting Ethereum & P
|
||||
|
||||
When you open the wallet link, the wallet will ask to log in. Select your preferred way of connecting and confirm the action. In our guide we'll use Metamask.
|
||||
|
||||
![Login options](../../.gitbook/assets/wallet/login-options.png)
|
||||
![Login options](../.gitbook/assets/wallet/login-options.png)
|
||||
|
||||
In some places, the Polygon Network is still using its old brand Matic. Either you run into Matic or Polygon - it's the exact same thing. For the purpose of this guide, we'll use Matic in the next few paragraphs since the interfaces you're going to use still use the old brand.
|
||||
|
||||
@ -43,15 +43,15 @@ For details check the [blog post](https://blog.oceanprotocol.com/ocean-on-polygo
|
||||
|
||||
On the main page of the wallet, you can see all tokens you own on the Matic Mainnet. To deposit tokens (transfer them from the Ethereum Mainnet) you can either use the “deposit” button for a selected token or use “Move funds to Matic Mainnet”.
|
||||
|
||||
![Main wallet page](../../.gitbook/assets/wallet/main-wallet-page.png)
|
||||
![Main wallet page](../.gitbook/assets/wallet/main-wallet-page.png)
|
||||
|
||||
Both options will redirect you to the bridge interface. In case you chose the second one, use the dropdown and select the token you want to transfer from the Ethereum Mainnet.
|
||||
|
||||
![Bridge interface](../../.gitbook/assets/wallet/matic-bridge.png)
|
||||
![Bridge interface](../.gitbook/assets/wallet/matic-bridge.png)
|
||||
|
||||
Choose the amount to transfer and click the “Transfer” button. Matic’s bridge interface will guide you through the whole process and the different steps that will occur. You’ll need to sign two transactions on the Ethereum Mainnet. The first being the approval for your token to be traded on the Matic’s bridge and the second one being the deposit.
|
||||
|
||||
![Transferring process](../../.gitbook/assets/wallet/transferring-process.png)
|
||||
![Transferring process](../.gitbook/assets/wallet/transferring-process.png)
|
||||
|
||||
### Withdraw Tokens
|
||||
|
||||
@ -66,7 +66,7 @@ For more in dept explanation of the deposit and withdraw actions check [the offi
|
||||
While in the first two cases, the transactions are signed on the Ethereum Mainnet, transferring tokens between two Matic addresses happens on the Matic Mainnet. Thus it’s required for you to connect to the Matic network to sign the transactions. You can use the following parameters to set the network in Metamask:
|
||||
|
||||
| What | Value |
|
||||
| ------------------ | ---------------------------------------- |
|
||||
| ------------------ | --------------------------------- |
|
||||
| Network Name | `Matic Mainnet` |
|
||||
| RPC | `https://polygon-rpc.com/` |
|
||||
| Chain Id | `137` |
|
||||
|
@ -180,41 +180,41 @@ Create an account on [Azure](https://azure.microsoft.com/en-us/). Users might al
|
||||
|
||||
Go to the Azure portal: https://portal.azure.com/#home and select `Storage accounts` as shown below.
|
||||
|
||||
![Create a storage account - 1](../.gitbook/assets/hosting/azure-1.png)
|
||||
![Create a storage account - 1](../../.gitbook/assets/hosting/azure-1.png)
|
||||
|
||||
**Create a new storage account**
|
||||
|
||||
![Create a storage account - 2](../.gitbook/assets/hosting/azure-2.png)
|
||||
![Create a storage account - 2](../../.gitbook/assets/hosting/azure-2.png)
|
||||
|
||||
**Fill in the details**
|
||||
|
||||
![Add details](../.gitbook/assets/hosting/azure-3.png)
|
||||
![Add details](../../.gitbook/assets/hosting/azure-3.png)
|
||||
|
||||
**Storage account created**
|
||||
|
||||
![Storage account created](../.gitbook/assets/hosting/azure-4.png)
|
||||
![Storage account created](../../.gitbook/assets/hosting/azure-4.png)
|
||||
|
||||
**Step 2 - Create a blob container**
|
||||
|
||||
![Create a blob container](../.gitbook/assets/hosting/azure-5.png)
|
||||
![Create a blob container](../../.gitbook/assets/hosting/azure-5.png)
|
||||
|
||||
**Step 3 - Upload a file**
|
||||
|
||||
![Upload a file](../.gitbook/assets/hosting/azure-6.png)
|
||||
![Upload a file](../../.gitbook/assets/hosting/azure-6.png)
|
||||
|
||||
**Step 4 - Share the file**
|
||||
|
||||
**Select the file to be published and click Generate SAS**
|
||||
|
||||
![Click generate SAS](../.gitbook/assets/hosting/azure-7.png)
|
||||
![Click generate SAS](../../.gitbook/assets/hosting/azure-7.png)
|
||||
|
||||
**Configure the SAS details and click `Generate SAS token and URL`**
|
||||
|
||||
![Generate link to file](../.gitbook/assets/hosting/azure-8.png)
|
||||
![Generate link to file](../../.gitbook/assets/hosting/azure-8.png)
|
||||
|
||||
**Copy the generated link**
|
||||
|
||||
![Copy the link](../.gitbook/assets/hosting/azure-9.png)
|
||||
![Copy the link](../../.gitbook/assets/hosting/azure-9.png)
|
||||
|
||||
**Step 5 - Publish the asset using the generated link**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user