diff --git a/SUMMARY.md b/SUMMARY.md index b2d64a51..f7427fab 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -13,7 +13,7 @@ * [Using Ocean Market](how-tos/using-ocean-market/README.md) * [Publish an NFT](how-tos/using-ocean-market/marketplace-publish-data-asset.md) * [Download Assets](how-tos/using-ocean-market/marketplace-download-data-asset.md) - * [Publishing with Hosting Services](how-tos/using-ocean-market/asset-hosting.md) + * [Different Ways to Publish](how-tos/using-ocean-market/asset-hosting.md) * [Liquidity Pools \[deprecated\]](how-tos/using-ocean-market/remove-liquidity-using-etherscan.md) * [📚 Tutorials](tutorials/README.md) * [Build a Marketplace](tutorials/build-a-marketplace/README.md) diff --git a/how-tos/using-ocean-market/asset-hosting.md b/how-tos/using-ocean-market/asset-hosting.md index 3af8938f..85619db1 100644 --- a/how-tos/using-ocean-market/asset-hosting.md +++ b/how-tos/using-ocean-market/asset-hosting.md @@ -5,7 +5,7 @@ description: >- Azure. --- -# Publishing with Hosting Services +# Different Ways to Publish ### Overview @@ -182,41 +182,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/azure1 (1).png>) +![Create a storage account - 1](../../.gitbook/assets/hosting/azure1.png) **Create a new storage account** -![Create a storage account - 2](../../.gitbook/assets/hosting/azure2.png) +![Create a storage account - 2](<../../.gitbook/assets/hosting/azure2 (1).png>) **Fill in the details** -![Add details](<../../.gitbook/assets/hosting/azure3 (1).png>) +![Add details](../../.gitbook/assets/hosting/azure3.png) **Storage account created** -![Storage account created](../../.gitbook/assets/hosting/azure4.png) +![Storage account created](<../../.gitbook/assets/hosting/azure4 (1).png>) **Step 2 - Create a blob container** -![Create a blob container](<../../.gitbook/assets/hosting/azure5 (1).png>) +![Create a blob container](../../.gitbook/assets/hosting/azure5.png) **Step 3 - Upload a file** -![Upload a file](../../.gitbook/assets/hosting/azure6.png) +![Upload a file](<../../.gitbook/assets/hosting/azure6 (1).png>) **Step 4 - Share the file** **Select the file to be published and click Generate SAS** -![Click generate SAS](<../../.gitbook/assets/hosting/azure7 (1).png>) +![Click generate SAS](../../.gitbook/assets/hosting/azure7.png) **Configure the SAS details and click `Generate SAS token and URL`** -![Generate link to file](../../.gitbook/assets/hosting/azure8.png) +![Generate link to file](<../../.gitbook/assets/hosting/azure8 (1).png>) **Copy the generated link** -![Copy the link](../../.gitbook/assets/hosting/azure9.png) +![Copy the link](<../../.gitbook/assets/hosting/azure9 (1).png>) **Step 5 - Publish the asset using the generated link** diff --git a/how-tos/using-ocean-market/marketplace-download-data-asset.md b/how-tos/using-ocean-market/marketplace-download-data-asset.md index 81f8c95b..d509c731 100644 --- a/how-tos/using-ocean-market/marketplace-download-data-asset.md +++ b/how-tos/using-ocean-market/marketplace-download-data-asset.md @@ -4,40 +4,38 @@ description: How to download data and algorithm assets on the Ocean Market # Download Assets -### Access marketplace +### Find the Asset -1. Go to Ocean [Market](https://v4.market.oceanprotocol.com/). -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. +1. Go to the Ocean [Market](https://v4.market.oceanprotocol.com/). +2. Search for the asset using the search bar in the top right corner of the page. The Ocean Marketplace provides features to search the Data/Algorithms by text, and users can also sort the result by published date. +3. Connect your wallet. If you know the network the asset is hosted on, then you can select the network from the dropdown to the left of the Connect Wallet button to filter! -![Connect wallet](../../.gitbook/assets/market/consume-connect-wallet.png) +![Connect your 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 downloading an asset on the Polygon network. -### Tutorial +### Steps to Download -#### Step 1 - Click buy +#### Step 1 - Buy the asset -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 purchase the asset. -![Buy](../../.gitbook/assets/market/consume-1.png) +![Click the large pink Buy button](../../.gitbook/assets/market/consume-1.png) -#### Step 2 - Allow access to OCEAN token(s) +#### Step 2 - Confirm the 1st of 3 transactions - Allow access to OCEAN tokens -![Transaction 1: Permissions to access OCEAN tokens](../../.gitbook/assets/market/consume-2.png) +![Transaction 1: Give the smart contract permission to access OCEAN tokens](../../.gitbook/assets/market/consume-2.png) -#### Step 3 - Buy a datatoken by exchanging it with OCEAN token(s) +#### Step 3 - Confirm the 2nd of 3 transactions - Buy the asset in exchange for OCEAN tokens -![Transaction 2: Buy datatoken](../../.gitbook/assets/market/consume-3.png) +![Transaction 2: Buy the datatoken giving you access to the asset](../../.gitbook/assets/market/consume-3.png) -#### Step 4 - Click download +#### Step 4 - Download the asset ![Download asset](../../.gitbook/assets/market/consume-4.png) -#### Step 5 - Sign message +#### Step 5 - Sign the 3rd last transaction After signing the message, the file download will start. -![Sign](../../.gitbook/assets/market/consume-5.png) +![Sign the message using your wallet](../../.gitbook/assets/market/consume-5.png)