mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
GITBOOK-516: Updated pages
This commit is contained in:
parent
6a31b06e64
commit
c2cd9db944
@ -14,8 +14,8 @@
|
|||||||
* [FAQ](discover/faq.md)
|
* [FAQ](discover/faq.md)
|
||||||
* [📚 User Guides](user-guides/README.md)
|
* [📚 User Guides](user-guides/README.md)
|
||||||
* [Guide to the Ocean Market](user-guides/using-ocean-market.md)
|
* [Guide to the Ocean Market](user-guides/using-ocean-market.md)
|
||||||
* [Publish Data NFTs](user-guides/marketplace-publish-data-asset.md)
|
* [Publish Data NFTs](user-guides/publish-data-nfts.md)
|
||||||
* [Buy NFT Data](user-guides/marketplace-download-data-asset.md)
|
* [Buy NFT Data](user-guides/buy-data-nfts.md)
|
||||||
* [Sell NFT Computations (Compute-to-Data)](user-guides/compute-to-data/README.md)
|
* [Sell NFT Computations (Compute-to-Data)](user-guides/compute-to-data/README.md)
|
||||||
* [Make a Boss C2D Algorithm](user-guides/compute-to-data/make-a-boss-c2d-algorithm.md)
|
* [Make a Boss C2D Algorithm](user-guides/compute-to-data/make-a-boss-c2d-algorithm.md)
|
||||||
* [Publish a C2D Algorithm NFT](user-guides/compute-to-data/publish-a-c2d-algorithm-nft.md)
|
* [Publish a C2D Algorithm NFT](user-guides/compute-to-data/publish-a-c2d-algorithm-nft.md)
|
||||||
|
@ -62,8 +62,8 @@ To showcase these capabilities, Ocean developed a demonstrator marketplace known
|
|||||||
|
|
||||||
The following guides will help you get started with buying and selling data:
|
The following guides will help you get started with buying and selling data:
|
||||||
|
|
||||||
* [Publish an NFT](../user-guides/marketplace-publish-data-asset.md)
|
* [Publish an NFT](../user-guides/publish-data-nfts.md)
|
||||||
* [Download an NFT](../user-guides/marketplace-download-data-asset.md)
|
* [Download an NFT](../user-guides/buy-data-nfts.md)
|
||||||
* [Host Assets](../user-guides/asset-hosting/)
|
* [Host Assets](../user-guides/asset-hosting/)
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
@ -14,12 +14,12 @@ coverY: 0
|
|||||||
|
|
||||||
Buy, mint, and sell NFTs using the Ocean Market following the guides below.
|
Buy, mint, and sell NFTs using the Ocean Market following the guides below.
|
||||||
|
|
||||||
{% content-ref url="marketplace-publish-data-asset.md" %}
|
{% content-ref url="publish-data-nfts.md" %}
|
||||||
[marketplace-publish-data-asset.md](marketplace-publish-data-asset.md)
|
[publish-data-nfts.md](publish-data-nfts.md)
|
||||||
{% endcontent-ref %}
|
{% endcontent-ref %}
|
||||||
|
|
||||||
{% content-ref url="marketplace-download-data-asset.md" %}
|
{% content-ref url="buy-data-nfts.md" %}
|
||||||
[marketplace-download-data-asset.md](marketplace-download-data-asset.md)
|
[buy-data-nfts.md](buy-data-nfts.md)
|
||||||
{% endcontent-ref %}
|
{% endcontent-ref %}
|
||||||
|
|
||||||
{% content-ref url="compute-to-data/" %}
|
{% content-ref url="compute-to-data/" %}
|
||||||
|
@ -97,14 +97,14 @@ The publisher needs to choose a pricing option - fixed or free - for the asset b
|
|||||||
|
|
||||||
There are 2 pricing option tabs for asset publication on Ocean Marketplace.
|
There are 2 pricing option tabs for asset publication on Ocean Marketplace.
|
||||||
|
|
||||||
1. Fixed pricing
|
1. [Fixed pricing](../developers/contracts/pricing-schemas.md#fixed-pricing)
|
||||||
2. Free pricing
|
2. [Free pricing](../developers/contracts/pricing-schemas.md#free-pricing)
|
||||||
|
|
||||||
With the _fixed pricing_ schema, the publisher sets the price that buyers will pay to download the data asset.
|
With the _fixed pricing_ schema, the publisher sets the price that buyers will pay to download the data asset.
|
||||||
|
|
||||||
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](../developers/contracts/pricing-schemas.md).
|
For more information on the pricing models, please refer to this [document](../developers/contracts/pricing-schemas.md).
|
||||||
|
|
||||||
For a deep dive into the fee structure, please refer to this [document](../developers/contracts/fees.md).
|
For a deep dive into the fee structure, please refer to this [document](../developers/contracts/fees.md).
|
||||||
|
|
@ -17,8 +17,8 @@ The Ocean Market is a place for buyers + sellers of top-notch data and algorithm
|
|||||||
|
|
||||||
#### **Learn to:**
|
#### **Learn to:**
|
||||||
|
|
||||||
* [Publish an NFT](marketplace-publish-data-asset.md)
|
* [Publish an NFT](publish-data-nfts.md)
|
||||||
* [Download NFT Assets](marketplace-download-data-asset.md)
|
* [Download NFT Assets](buy-data-nfts.md)
|
||||||
* [Host Your Assets](asset-hosting/)
|
* [Host Your Assets](asset-hosting/)
|
||||||
|
|
||||||
#### Getting Basic 💁♀️
|
#### Getting Basic 💁♀️
|
||||||
|
Loading…
Reference in New Issue
Block a user