mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
GITBOOK-519: Added open sea info
This commit is contained in:
parent
806623726a
commit
c8a9578fe5
BIN
.gitbook/assets/Screenshot 2023-06-06 at 18.27.03.png
Normal file
BIN
.gitbook/assets/Screenshot 2023-06-06 at 18.27.03.png
Normal file
Binary file not shown.
After (image error) Size: 85 KiB |
BIN
.gitbook/assets/Screenshot 2023-06-15 at 14.49.36.png
Normal file
BIN
.gitbook/assets/Screenshot 2023-06-15 at 14.49.36.png
Normal file
Binary file not shown.
After (image error) Size: 64 KiB |
@ -24,12 +24,12 @@
|
||||
* [Arweave](user-guides/asset-hosting/arweave.md)
|
||||
* [AWS](user-guides/asset-hosting/aws.md)
|
||||
* [Azure Cloud](user-guides/asset-hosting/azure-cloud.md)
|
||||
* [Join a Data Challenge](data-science/data-challenges/participating-in-a-data-challenge.md)
|
||||
* [Sponsor a Data Challenge](data-science/data-challenges/hosting-a-data-challenge.md)
|
||||
* [Get Started Data Farming](user-guides/get-veocean-tokens.md)
|
||||
* [Join a Data Challenge](user-guides/join-a-data-challenge.md)
|
||||
* [Sponsor a Data Challenge](user-guides/sponsor-a-data-challenge.md)
|
||||
* [Get Started Data Farming](user-guides/get-started-df.md)
|
||||
* [Harvest More Yield Data Farming](user-guides/how-to-data-farm.md)
|
||||
* [Claim Rewards Data Farming](user-guides/claim-ocean-rewards.md)
|
||||
* [Liquidity Pools \[deprecated\]](user-guides/remove-liquidity-using-etherscan.md)
|
||||
* [Liquidity Pools \[deprecated\]](user-guides/remove-liquidity-pools.md)
|
||||
* [👨💻 Developers](developers/README.md)
|
||||
* [Architecture Overview](developers/architecture.md)
|
||||
* [Contracts](developers/contracts/README.md)
|
||||
|
@ -16,7 +16,7 @@ But even then, it's not enough to just publish useful data on Ocean. **You need
|
||||
|
||||
Have you tried all these things and are still having trouble making money? Never fear! You can enter one of our [data challenges](https://oceanprotocol.com/challenges) to make sweet OCEAN rewards and build your data science skills.
|
||||
|
||||
But what if you're a well-heeled company looking to create dApps or source data predictions? You can kickstart the value creation loop by working with Ocean Protocol to [sponsor a data challenge](data-challenges/hosting-a-data-challenge.md).
|
||||
But what if you're a well-heeled company looking to create dApps or source data predictions? You can kickstart the value creation loop by working with Ocean Protocol to [sponsor a data challenge](../user-guides/sponsor-a-data-challenge.md).
|
||||
|
||||
### What data could be useful for dApp builders?
|
||||
|
||||
|
@ -35,7 +35,9 @@ We have implemented data NFTs using the [ERC721 standard](https://erc721.org/).
|
||||
|
||||
ERC721 tokens are non-fungible, and thus cannot be used for automatic price discovery like ERC20 tokens. ERC721 and ERC20 combined together can be used for sub-licensing. Ocean Protocol's [ERC721Template](https://github.com/oceanprotocol/contracts/blob/v4main/contracts/templates/ERC721Template.sol) solves this problem by using ERC721 for tokenizing the **Base IP** and tokenizing sub-licenses by using ERC20. To save gas fees, it uses [ERC1167](https://eips.ethereum.org/EIPS/eip-1167) proxy approach on the **ERC721 template**.
|
||||
|
||||
Our implementation has been built on top of the battle-tested [OpenZeppelin contract library](https://docs.openzeppelin.com/contracts/4.x/erc721). However, there are a bunch of interesting parts of our implementation that go a bit beyond an out-of-the-box NFT.
|
||||
Our implementation has been built on top of the battle-tested [OpenZeppelin contract library](https://docs.openzeppelin.com/contracts/4.x/erc721). However, there are a bunch of interesting parts of our implementation that go a bit beyond an out-of-the-box NFT. The data NFTs can be easily managed from any NFT marketplace like [OpenSea](https://opensea.io/). 
|
||||
|
||||
<figure><img src="../../.gitbook/assets/Screenshot 2023-06-15 at 14.49.36.png" alt=""><figcaption><p>Data NFT on Open Sea</p></figcaption></figure>
|
||||
|
||||
Ocean V4’s data NFT factory can deploy different types of data NFTs based on a variety of templates. Some templates could be tuned for data unions, others for DeFi, and others yet for enterprise use cases.
|
||||
|
||||
|
@ -26,7 +26,7 @@ Passive rewards are the OCEAN rewards paid to Data Farmers just for locking thei
|
||||
|
||||
<figure><img src="../.gitbook/assets/passive-income.gif" alt=""><figcaption></figcaption></figure>
|
||||
|
||||
[To start getting passive rewards, go here.](../user-guides/get-veocean-tokens.md)
|
||||
[To start getting passive rewards, go here.](../user-guides/get-started-df.md)
|
||||
|
||||
#### What are Active Rewards?
|
||||
|
||||
|
@ -10,8 +10,8 @@ description: Learn the basic moves to start kicking a** Data Farming
|
||||
|
||||
Our [User Guides](../user-guides/) get you started Data Farming quickly to do the basic operations. Follow these guides to earn your blue belt in Data Farming understanding.
|
||||
|
||||
{% content-ref url="../user-guides/get-veocean-tokens.md" %}
|
||||
[get-veocean-tokens.md](../user-guides/get-veocean-tokens.md)
|
||||
{% content-ref url="../user-guides/get-started-df.md" %}
|
||||
[get-started-df.md](../user-guides/get-started-df.md)
|
||||
{% endcontent-ref %}
|
||||
|
||||
{% content-ref url="../user-guides/how-to-data-farm.md" %}
|
||||
|
@ -38,8 +38,8 @@ Buy, mint, and sell NFTs using the Ocean Market following the guides below.
|
||||
|
||||
Farm data like a pro. 😎🥕
|
||||
|
||||
{% content-ref url="get-veocean-tokens.md" %}
|
||||
[get-veocean-tokens.md](get-veocean-tokens.md)
|
||||
{% content-ref url="get-started-df.md" %}
|
||||
[get-started-df.md](get-started-df.md)
|
||||
{% endcontent-ref %}
|
||||
|
||||
{% content-ref url="how-to-data-farm.md" %}
|
||||
@ -54,6 +54,6 @@ Farm data like a pro. 😎🥕
|
||||
|
||||
Out with the old, in with the new!
|
||||
|
||||
{% content-ref url="remove-liquidity-using-etherscan.md" %}
|
||||
[remove-liquidity-using-etherscan.md](remove-liquidity-using-etherscan.md)
|
||||
{% content-ref url="remove-liquidity-pools.md" %}
|
||||
[remove-liquidity-pools.md](remove-liquidity-pools.md)
|
||||
{% endcontent-ref %}
|
||||
|
@ -8,7 +8,7 @@ description: How to claim OCEAN token rewards from data farming 🧑🌾🥕
|
||||
|
||||
Ocean Protocol's Data Farming dapp dispenses rewards **every Thursday** to its participants. 💰 To claim your OCEAN token rewards for data farming, simply navigate to the Data Farming [Rewards page](https://df.oceandao.org/activerewards) and click the Claim OCEAN rewards buttons that will appear pink and clickable each Thursday. Yeehaw!
|
||||
|
||||
Want to begin [data farming](https://df.oceandao.org)? Start [here](get-veocean-tokens.md). 🤠
|
||||
Want to begin [data farming](https://df.oceandao.org)? Start [here](get-started-df.md). 🤠
|
||||
|
||||
### Step 1 - Navigate to the Data Farming Rewards page
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user