mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
GitBook: [#7] Create section: Using Ocean Market
This commit is contained in:
parent
1a3818d983
commit
863f1674c5
17
SUMMARY.md
17
SUMMARY.md
@ -1,9 +1,6 @@
|
||||
# Table of contents
|
||||
|
||||
* [Orientation](README.md)
|
||||
* [API references](api-references/README.md)
|
||||
* [Aquarius REST API](api-references/aquarius-rest-api.md)
|
||||
* [Provider REST API](api-references/provider-rest-api.md)
|
||||
* [Core Concepts](core-concepts/README.md)
|
||||
* [Architecture Overview](core-concepts/architecture.md)
|
||||
* [Asset pricing](core-concepts/asset-pricing.md)
|
||||
@ -20,6 +17,9 @@
|
||||
* [Quickstart](core-concepts/quickstart.md)
|
||||
* [Data NFTs and datatoken roles](core-concepts/roles.md)
|
||||
* [Reporting Vulnerabilities](core-concepts/vulnerabilities.md)
|
||||
* [API references](api-references/README.md)
|
||||
* [Aquarius REST API](api-references/aquarius-rest-api.md)
|
||||
* [Provider REST API](api-references/provider-rest-api.md)
|
||||
* [Building with ocean](building-with-ocean/README.md)
|
||||
* [Publish assets using hosting services](building-with-ocean/asset-hosting.md)
|
||||
* [Binance Smart Chain (BSC)](building-with-ocean/bsc-bridge.md)
|
||||
@ -28,14 +28,13 @@
|
||||
* [Compute-to-Data](building-with-ocean/compute-to-data-datasets-algorithms.md)
|
||||
* [Setting up private docker registry for Compute-to-Data environment](building-with-ocean/compute-to-data-docker-registry.md)
|
||||
* [Minikube Compute-to-Data Environment](building-with-ocean/compute-to-data-minikube.md)
|
||||
* [Overview of Tutorials](building-with-ocean/introduction.md)
|
||||
* [Add liquidity to liquidity pools](building-with-ocean/marketplace-add-liquidity.md)
|
||||
* [Download a data asset](building-with-ocean/marketplace-download-data-asset.md)
|
||||
* [Ocean Market](building-with-ocean/marketplace-introduction.md)
|
||||
* [Publish a data asset](building-with-ocean/marketplace-publish-data-asset.md)
|
||||
* [Swap datatokens](building-with-ocean/marketplace-swap.md)
|
||||
* [Set Up a Marketplace](building-with-ocean/marketplace.md)
|
||||
* [Set Up MetaMask Wallet](building-with-ocean/metamask-setup.md)
|
||||
* [Polygon (ex Matic)](building-with-ocean/polygon-bridge.md)
|
||||
* [Use Your Wallet to Manage OCEAN Tokens](building-with-ocean/wallets-and-ocean-tokens.md)
|
||||
* [Wallet Basics](building-with-ocean/wallets.md)
|
||||
* [Using Ocean Market](marketplace-introduction/README.md)
|
||||
* [Publish a data asset](marketplace-introduction/marketplace-publish-data-asset.md)
|
||||
* [Download a data asset](marketplace-introduction/marketplace-download-data-asset.md)
|
||||
* [Add liquidity to liquidity pools](marketplace-introduction/marketplace-add-liquidity.md)
|
||||
* [Swap datatokens](marketplace-introduction/marketplace-swap.md)
|
||||
|
@ -1,14 +0,0 @@
|
||||
---
|
||||
title: Overview of Tutorials
|
||||
description:
|
||||
---
|
||||
|
||||
These tutorials cover:
|
||||
|
||||
- Using Web3 wallets with Ocean
|
||||
- Set up a marketplace
|
||||
- Run a compute-to-data environment
|
||||
- Storage setup - Azure, AWS or local
|
||||
- Fine-grained permissions
|
||||
|
||||
|
@ -1,46 +0,0 @@
|
||||
---
|
||||
title: Add liquidity to liquidity pools
|
||||
description: Tutorial to add liquidity to Ocean pools using Ocean Market
|
||||
---
|
||||
|
||||
## Access marketplace
|
||||
|
||||
1. Go to Ocean <a href="https://v4.market.oceanprotocol.com/" target="_blank">Marketplace</a>.
|
||||
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.
|
||||
|
||||

|
||||
|
||||
## Tutorial
|
||||
|
||||
### Find an asset
|
||||
|
||||
Search for the desired asset published on the <a href="https://v4.market.oceanprotocol.com/" target="_blank">Ocean Marketplace</a>.
|
||||
|
||||
### Step 1 - Select pool tab
|
||||
|
||||
After finding the dataset, select **`POOL`** tab and click on **`ADD LIQUIDITY`**.
|
||||
|
||||

|
||||
|
||||
### Step 2 - Liquidity amount
|
||||
|
||||
Enter the amount of OCEAN tokens you want to add. The expected amount of pool shares and percentages for the provided amount will be displayed.
|
||||
|
||||

|
||||
|
||||
### Step 3 - Transaction: Access to OCEAN tokens
|
||||
|
||||

|
||||
|
||||
### Step 4 - Click supply
|
||||
|
||||

|
||||
|
||||
### Step 5 - Transaction: Add liquidty
|
||||
|
||||

|
||||
|
||||

|
@ -1,42 +0,0 @@
|
||||
---
|
||||
title: Download a data asset
|
||||
description: Tutorial to download assets using Ocean Market
|
||||
---
|
||||
|
||||
## Access marketplace
|
||||
|
||||
1. Go to Ocean <a href="https://v4.market.oceanprotocol.com/" target="_blank">Marketplace</a>.
|
||||
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.
|
||||
|
||||

|
||||
|
||||
In this tutorial, we will be using the Rinkeby test network.
|
||||
|
||||
## Tutorial
|
||||
|
||||
### Step 1 - Click buy
|
||||
|
||||
The buy button is enabled only if the connected wallet address has enough OCEAN tokens to exchange them with 1 datatoken.
|
||||
|
||||

|
||||
|
||||
### Step 2 - Allow access to OCEAN token(s)
|
||||
|
||||

|
||||
|
||||
### Step 3 - Buy a datatoken by exchanging it with OCEAN token(s)
|
||||
|
||||

|
||||
|
||||
### Step 4 - Click download
|
||||
|
||||

|
||||
|
||||
### Step 5 - Sign message
|
||||
|
||||
After signing the message, the file download will start.
|
||||
|
||||

|
@ -1,40 +0,0 @@
|
||||
---
|
||||
title: Swap datatokens
|
||||
description: Tutorial to swap datatokens for OCEAN tokens using Ocean Market
|
||||
---
|
||||
|
||||
## Access marketplace
|
||||
|
||||
1. Go to Ocean <a href="https://v4.market.oceanprotocol.com/" target="_blank">Marketplace</a>.
|
||||
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.
|
||||
|
||||

|
||||
|
||||
## Tutorial
|
||||
|
||||
### Step 1 - Select TRADE tab
|
||||
|
||||
After finding the dataset, select the **`TRADE`** tab.
|
||||
|
||||
### Step 2 - Trade amount
|
||||
|
||||
Enter the amount of OCEAN tokens to swap. The datatokens amount to receive is displayed with the swap fees information. The reverse operation(swap datatokens to OCEAN tokens) is also available on the trade tab.
|
||||
|
||||

|
||||
|
||||
### Step 3 - Transaction: Access to OCEAN token(s)
|
||||
|
||||

|
||||
|
||||
### Step 4 - Click swap
|
||||
|
||||

|
||||
|
||||
### Step 5 - Transaction: Swap tokens
|
||||
|
||||

|
||||
|
||||

|
@ -1,18 +1,17 @@
|
||||
---
|
||||
title: Ocean Market
|
||||
description:
|
||||
---
|
||||
|
||||
# Using Ocean Market
|
||||
|
||||
https://v4.market.oceanprotocol.com/
|
||||
|
||||
## Landing page
|
||||
### Landing page
|
||||
|
||||

|
||||

|
||||
|
||||
## About Ocean Market
|
||||
### About Ocean Market
|
||||
|
||||
1. Ocean Market enables publishers to monetize their data and/or algorithms through blockchain technology.
|
||||
|
||||
2. Consumers can purchase access to data, algorithms, compute services.
|
||||
|
||||
3. Liquidity providers can add their OCEAN tokens to liquidity pools and earn interest on the transactions.
|
46
marketplace-introduction/marketplace-add-liquidity.md
Normal file
46
marketplace-introduction/marketplace-add-liquidity.md
Normal file
@ -0,0 +1,46 @@
|
||||
---
|
||||
title: Add liquidity to liquidity pools
|
||||
description: Tutorial to add liquidity to Ocean pools using Ocean Market
|
||||
---
|
||||
|
||||
# Add liquidity to liquidity pools
|
||||
|
||||
### Access marketplace
|
||||
|
||||
1. Go to Ocean [Marketplace](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.
|
||||
|
||||
<img src="../building-with-ocean/images/marketplace/add-liquidity-connect-wallet.png" alt="connect wallet" data-size="original">
|
||||
|
||||
### Tutorial
|
||||
|
||||
#### Find an asset
|
||||
|
||||
Search for the desired asset published on the [Ocean Marketplace](https://v4.market.oceanprotocol.com/).
|
||||
|
||||
#### Step 1 - Select pool tab
|
||||
|
||||
After finding the dataset, select **`POOL`** tab and click on **`ADD LIQUIDITY`**.
|
||||
|
||||

|
||||
|
||||
#### Step 2 - Liquidity amount
|
||||
|
||||
Enter the amount of OCEAN tokens you want to add. The expected amount of pool shares and percentages for the provided amount will be displayed.
|
||||
|
||||

|
||||
|
||||
#### Step 3 - Transaction: Access to OCEAN tokens
|
||||
|
||||

|
||||
|
||||
#### Step 4 - Click supply
|
||||
|
||||

|
||||
|
||||
#### Step 5 - Transaction: Add liquidty
|
||||
|
||||

|
||||
|
||||

|
42
marketplace-introduction/marketplace-download-data-asset.md
Normal file
42
marketplace-introduction/marketplace-download-data-asset.md
Normal file
@ -0,0 +1,42 @@
|
||||
---
|
||||
title: Download a data asset
|
||||
description: Tutorial to download assets using Ocean Market
|
||||
---
|
||||
|
||||
# Download a data asset
|
||||
|
||||
### Access marketplace
|
||||
|
||||
1. Go to Ocean [Marketplace](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.
|
||||
|
||||
<img src="../building-with-ocean/images/marketplace/consume-connect-wallet.png" alt="connect wallet" data-size="original">
|
||||
|
||||
In this tutorial, we will be using the Rinkeby test network.
|
||||
|
||||
### Tutorial
|
||||
|
||||
#### Step 1 - Click buy
|
||||
|
||||
The buy button is enabled only if the connected wallet address has enough OCEAN tokens to exchange them with 1 datatoken.
|
||||
|
||||

|
||||
|
||||
#### Step 2 - Allow access to OCEAN token(s)
|
||||
|
||||

|
||||
|
||||
#### Step 3 - Buy a datatoken by exchanging it with OCEAN token(s)
|
||||
|
||||

|
||||
|
||||
#### Step 4 - Click download
|
||||
|
||||

|
||||
|
||||
#### Step 5 - Sign message
|
||||
|
||||
After signing the message, the file download will start.
|
||||
|
||||

|
@ -16,12 +16,12 @@ Ocean Market provides a convenient interface for individuals and organizations t
|
||||
1. Go to [Ocean Market](https://v4.market.oceanprotocol.com)
|
||||
2. Connect wallet.
|
||||
|
||||
<img src="images/marketplace/connect-wallet.png" alt="connect wallet" data-size="original">
|
||||
<img src="../building-with-ocean/images/marketplace/connect-wallet.png" alt="connect wallet" data-size="original">
|
||||
|
||||
In this tutorial, we will be using the Rinkeby test network.
|
||||
3. Go to the publish page.
|
||||
|
||||
<img src="images/marketplace/publish.png" alt="publish page" data-size="original">
|
||||
<img src="../building-with-ocean/images/marketplace/publish.png" alt="publish page" data-size="original">
|
||||
|
||||
#### 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.
|
||||
|
||||

|
||||

|
||||
|
||||
#### 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.
|
||||
|
||||

|
||||

|
||||
|
||||
#### Step 3 - Pricing
|
||||
|
||||
@ -95,31 +95,31 @@ The publisher can also change the **Swap Fee** of the liquidity pool.
|
||||
|
||||
For a deep dive into the fee structure, please refer to this [document](../concepts/fees/).
|
||||
|
||||

|
||||

|
||||
|
||||
#### Step 4 - Preview
|
||||
|
||||

|
||||

|
||||
|
||||
#### Step 5 - Blockchain transactions
|
||||
|
||||

|
||||

|
||||
|
||||
\
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
\
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
#### Confirmation
|
||||
|
||||
Now, the asset is successfully published and available in the Ocean Market.
|
||||
|
||||

|
||||

|
||||
|
||||
On the [profile page](https://v4.market.oceanprotocol.com/profile), the publisher has access to all his published assets.
|
||||
|
40
marketplace-introduction/marketplace-swap.md
Normal file
40
marketplace-introduction/marketplace-swap.md
Normal file
@ -0,0 +1,40 @@
|
||||
---
|
||||
title: Swap datatokens
|
||||
description: Tutorial to swap datatokens for OCEAN tokens using Ocean Market
|
||||
---
|
||||
|
||||
# Swap datatokens
|
||||
|
||||
### Access marketplace
|
||||
|
||||
1. Go to Ocean [Marketplace](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.
|
||||
|
||||
<img src="../building-with-ocean/images/marketplace/consume-connect-wallet.png" alt="connect wallet" data-size="original">
|
||||
|
||||
### Tutorial
|
||||
|
||||
#### Step 1 - Select TRADE tab
|
||||
|
||||
After finding the dataset, select the **`TRADE`** tab.
|
||||
|
||||
#### Step 2 - Trade amount
|
||||
|
||||
Enter the amount of OCEAN tokens to swap. The datatokens amount to receive is displayed with the swap fees information. The reverse operation(swap datatokens to OCEAN tokens) is also available on the trade tab.
|
||||
|
||||

|
||||
|
||||
#### Step 3 - Transaction: Access to OCEAN token(s)
|
||||
|
||||

|
||||
|
||||
#### Step 4 - Click swap
|
||||
|
||||

|
||||
|
||||
#### Step 5 - Transaction: Swap tokens
|
||||
|
||||

|
||||
|
||||

|
Loading…
Reference in New Issue
Block a user