1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Fix: Spelling errors

This commit is contained in:
Akshay 2021-07-28 23:04:35 +02:00
parent c0f6aa7120
commit 2f2d3e4fc4
4 changed files with 18 additions and 19 deletions

View File

@ -8,8 +8,8 @@ https://market.oceanprotocol.com/
## About Ocean Market
1. Ocean Market enables publishers to monetize their data and/or alogrithms thorugh blockchain technology.
1. Ocean Market enables publishers to monetize their data and/or algorithms through blockchain technology.
2. Consumers can purchase the access to data, algoritms, compute services.
2. Consumers can purchase access to data, algorithms, compute services.
3. Liquidity providers can stake their Ocean tokens to earn interest on the transactions going thorugh the Liqiuidy pool.
3. Liquidity providers can stake their Ocean tokens to earn interest on the transactions going through the Liqiuidy pool.

View File

@ -2,14 +2,14 @@
## What can be published?
Ocean Market provides a convinent interface for individuals as well as organisations to publish their data. Data set can be images, location information, audio, video, sales data or combinations of all! There is no exhaustive list of what type of data can be Published on Market. Please note that Ocean team maintains a purgatory list [here](https://github.com/oceanprotocol/list-purgatory) to block addresses and remove assets for any violations.
Ocean Market provides a convenient interface for individuals as well as organizations to publish their data. Data set can be images, location information, audio, video, sales data, or combinations of all! There is no exhaustive list of what type of data can be published on the Market. Please note that the Ocean Protocol team maintains a purgatory list [here](https://github.com/oceanprotocol/list-purgatory) to block addresses and remove assets for any violations.
## Tutorial
### Step 1 - Publish data asset
1. Go to https://market.oceanprotocol.com
2. Conntect wallet.
2. Connect wallet.
![connect wallet](images/marketplace/connect-wallet.png 'Connect wallet')
3. Go to publish page.
@ -22,20 +22,20 @@ Ocean Market provides a convinent interface for individuals as well as organisat
![publish form part-2](images/marketplace/publish-form-2.png 'Publish form part-2')
![publish form part-3](images/marketplace/publish-form-3.png 'Publish form part-3')
5. After clicking submit, approve the transcations in the wallet. Here, you can metamask window.
5. After clicking submit, approve the transactions in the wallet. Here, you can see Metamask window.
Deploy a new Datatoken contract.
![publish submit part-1](images/marketplace/submit-1.png 'Create Datatoken contract')
Contract interaction.
![publish submit part-2](images/marketplace/submit-2.png 'Contract interaction')
6. Now, after the transactions are completed, below screen will appear.
6. Now, after the transactions are completed, the below screen will appear.
![publish success](images/marketplace/submit-success.png 'Success')
### Step 2 - Create pricing
Once the data asset is published, user(s) can choose the pricing option as per their choice. Only the publisher can set the pricing option and cannot be changed once the publisher selects any one method.
Once the data asset is published, the user(s) can choose the pricing option as per their choice. Only the publisher can set the pricing option and cannot be changed once the publisher selects any one method.
There are 2 options for settings the price of an asset on Ocean Marketplace.
@ -44,9 +44,9 @@ There are 2 options for settings the price of an asset on Ocean Marketplace.
#### Create fixed pricing for a data set
Connect to the Ocean Marketplace with the publisher account and go the published asset.
Connect to the Ocean Marketplace with the publisher account and go to the published asset.
If the pricing is not set Marketplace will provide an option to create a pricing. Click on the create pricing button as shown below.
If the pricing is not set Marketplace will provide an option to create pricing. Click on the create pricing button as shown below.
![pricing part-1](images/marketplace/pricing-1.png 'Create pricing page')
Select the pricing type. Here, we are selecting **Fixed** pricing option. Publisher can set the value of datatoken with respect to Ocean Tokens.

View File

@ -4,14 +4,14 @@
1. Search for the desired asset published on the [Ocean Marketplace](https://market.oceanprotocol.com/).
2. Select **Trade** option and enter amount of Ocean tokens you want to swap. The expected amount that the account will recieve wil be shown with the swap fees information.
2. Select **Trade** option and enter the amount of Ocean tokens you want to swap. The expected amount that the account will receive will be shown with the swap fees information.
![swap part-1](images/marketplace/Swap-1.png 'Select trade')
3. Approve the Contract transaction to Spend the Ocean Tokens.
![swap part-2](images/marketplace/Swap-2.png 'Approve spend limit')
4. Approve the Contract transaction to swap the tokens. After the transaction is completed, you can add the Datatoken address in the wallet to quickly view the balance in future.
4. Approve the Contract transaction to swap the tokens. After the transaction is completed, you can add the Datatoken address in the wallet to quickly view the balance in the future.
![swap part-3](images/marketplace/Swap-3.png 'Approve swap transation')
@ -19,17 +19,17 @@
1. Search for the desired asset published on the [Ocean Marketplace](https://market.oceanprotocol.com/).
2. Select **Pool** option and click **ADD LIQUIDTY** button. The expected amount that the account will recieve wil be shown with the swap fees information.
2. Select **Pool** option and click **ADD LIQUIDITY** button.
![staking part-1](images/marketplace/Staking-1.png 'Select Pool option')
3. Enter the amount of **Ocean Tokens** you want to stake.
![staking part-2](images/marketplace/Staking-2.png 'Enter the amount to stake')
4. Approve the contract transaction. Make sure you account has sufficient **ETH** balance.
4. Approve the contract transaction. Make sure your account has sufficient **ETH** balance.
![staking part-2](images/marketplace/Staking-3.png 'Approve spend transction')
5. Approve the contract transaction. Make sure you account has sufficient **ETH** balance.
5. Approve the contract transaction. Make sure your account has sufficient **ETH** balance.
![staking part-2](images/marketplace/Staking-4.png 'Approve contract transaction')
6. After the transactions are completed, below message will displayed.
6. After the transactions are completed, the below message will be displayed.
![staking part-2](images/marketplace/Staking-5.png 'Success')

View File

@ -25,7 +25,6 @@ When you deploy, you'll want some initial data assets for your market to offer.
Ocean supports several types, such as Azure and S3 storage. The [tutorials](/tutorials/) section provides more info.
## Deploy to Production
When developing your app, you'll likely use Barge to run all the Ocean Protocol components on your local machine.
@ -40,7 +39,7 @@ Of course, there are many other things that must be handled in production:
- Security of the infrastructure where the software is running
- Monitoring
- Log aggregation, storage and search
- Log aggregation, storage, and search
- Handling crashes or other faults
Each of those is beyond the scope of these docs.