1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-01 15:55:34 +01:00

Fix broken links

This commit is contained in:
Anamaria Loznianu 2023-05-08 19:35:25 +03:00
parent 1dc09efba2
commit 0a200b4b2d
2 changed files with 17 additions and 17 deletions

View File

@ -10,7 +10,7 @@ description: Tutorial to download assets using Ocean Market
2. Search for the data asset. The Ocean Marketplace provides features to search the Data/Algorithms by text, and users can also sort the result by published date. 2. Search for the data asset. The Ocean Marketplace provides features to search the Data/Algorithms by text, and users can also sort the result by published date.
3. Connect wallet. 3. Connect wallet.
![Connect wallet](../../tutorials/.gitbook/assets/market/consume-connect-wallet.png) ![Connect wallet](../../.gitbook/assets/market/consume-connect-wallet.png)
``` ```
In this tutorial, we will be using the Polygon Mumbai test network. In this tutorial, we will be using the Polygon Mumbai test network.
@ -22,22 +22,22 @@ In this tutorial, we will be using the Polygon Mumbai test network.
The buy button is enabled only if the connected wallet address has enough OCEAN tokens to exchange them with 1 datatoken. The buy button is enabled only if the connected wallet address has enough OCEAN tokens to exchange them with 1 datatoken.
![Buy](../../tutorials/.gitbook/assets/market/consume-1.png) ![Buy](../../.gitbook/assets/market/consume-1.png)
#### Step 2 - Allow access to OCEAN token(s) #### Step 2 - Allow access to OCEAN token(s)
![Transaction 1: Permissions to access OCEAN tokens](../../tutorials/.gitbook/assets/market/consume-2.png) ![Transaction 1: Permissions to access OCEAN tokens](../../.gitbook/assets/market/consume-2.png)
#### Step 3 - Buy a datatoken by exchanging it with OCEAN token(s) #### Step 3 - Buy a datatoken by exchanging it with OCEAN token(s)
![Transaction 2: Buy datatoken](../../tutorials/.gitbook/assets/market/consume-3.png) ![Transaction 2: Buy datatoken](../../.gitbook/assets/market/consume-3.png)
#### Step 4 - Click download #### Step 4 - Click download
![Download asset](../../tutorials/.gitbook/assets/market/consume-4.png) ![Download asset](../../.gitbook/assets/market/consume-4.png)
#### Step 5 - Sign message #### Step 5 - Sign message
After signing the message, the file download will start. After signing the message, the file download will start.
![Sign](../../tutorials/.gitbook/assets/market/consume-5.png) ![Sign](../../.gitbook/assets/market/consume-5.png)

View File

@ -15,13 +15,13 @@ Ocean Market provides a convenient interface for individuals and organizations t
1. Go to [Ocean Market](https://v4.market.oceanprotocol.com) 1. Go to [Ocean Market](https://v4.market.oceanprotocol.com)
2. Connect wallet. 2. Connect wallet.
![Connect wallet](../../tutorials/.gitbook/assets/market/marketplace-connect-wallet.png) ![Connect wallet](../../.gitbook/assets/market/marketplace-connect-wallet.png)
In this tutorial, we will be using the Polygon Mumbai test network. In this tutorial, we will be using the Polygon Mumbai test network.
3\. Go to the publish page. 3\. Go to the publish page.
![Publish page](../../tutorials/.gitbook/assets/market/publish.png) ![Publish page](../../.gitbook/assets/market/publish.png)
#### Step 1 - Metadata #### Step 1 - Metadata
@ -45,7 +45,7 @@ _Mandatory fields are marked with \*_
Tags help the asset to be discoverable. If not provided, the list of tags is empty by default. Tags help the asset to be discoverable. If not provided, the list of tags is empty by default.
![Asset metadata](../../tutorials/.gitbook/assets/market/publish-1.png) ![Asset metadata](../../.gitbook/assets/market/publish-1.png)
#### Step 2 - Access details #### Step 2 - Access details
@ -71,7 +71,7 @@ _Mandatory fields are marked with \*_
This field specifies how long the buyer can access the dataset after the dataset is purchased. This field is editable after the asset publication. This field specifies how long the buyer can access the dataset after the dataset is purchased. This field is editable after the asset publication.
![Access details](../../tutorials/.gitbook/assets/market/publish-2.png) ![Access details](../../.gitbook/assets/market/publish-2.png)
#### Step 3 - Pricing #### Step 3 - Pricing
@ -86,27 +86,27 @@ With the _fixed pricing_ schema, the publisher sets the price that buyers will p
With the _free pricing_ schema, the publisher provides an asset that is free to be downloaded by anyone. With the _free pricing_ schema, the publisher provides an asset that is free to be downloaded by anyone.
For more information on the pricing models, please refer this [document](../../tutorials/core-concepts/asset-pricing.md). For more information on the pricing models, please refer this [document](../../developers/core-concepts/asset-pricing.md).
For a deep dive into the fee structure, please refer to this [document](../../tutorials/core-concepts/fees.md). For a deep dive into the fee structure, please refer to this [document](../../developers/core-concepts/fees.md).
![Asset pricing](../../tutorials/.gitbook/assets/market/publish-3.png) ![Asset pricing](../../.gitbook/assets/market/publish-3.png)
#### Step 4 - Preview #### Step 4 - Preview
![Preview](../../tutorials/.gitbook/assets/market/publish-4.png) ![Preview](../../.gitbook/assets/market/publish-4.png)
#### Step 5 - Blockchain transactions #### Step 5 - Blockchain transactions
![Transaction 1 - Deploy data NFT and datatoken](../../tutorials/.gitbook/assets/market/publish-5.png) ![Transaction 1 - Deploy data NFT and datatoken](../../.gitbook/assets/market/publish-5.png)
![Transaction 2 - Deploy data NFT and datatoken](../../tutorials/.gitbook/assets/market/publish-6.png) ![Transaction 2 - Deploy data NFT and datatoken](../../.gitbook/assets/market/publish-6.png)
#### Confirmation #### Confirmation
Now, the asset is successfully published and available in the Ocean Market. Now, the asset is successfully published and available in the Ocean Market.
![Successful publish](../../tutorials/.gitbook/assets/market/publish-7.png) ![Successful publish](../../.gitbook/assets/market/publish-7.png)
On the [profile page](https://v4.market.oceanprotocol.com/profile), the publisher has access to all his published assets. On the [profile page](https://v4.market.oceanprotocol.com/profile), the publisher has access to all his published assets.