mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
tweak
This commit is contained in:
parent
0fe1f002a2
commit
da52ce837e
@ -5,18 +5,18 @@
|
||||
- [Why Ocean?](discover/why-ocean.md)
|
||||
- [What is Ocean?](discover/what-is-ocean.md)
|
||||
- [What can you do with Ocean?](discover/benefits.md)
|
||||
- [📚 User Guides](user-guides/README.md)
|
||||
- [Basic Concepts](discover/basic-concepts.md)
|
||||
- [Wallets](discover/wallets/README.md)
|
||||
- [Set Up MetaMask Wallet](discover/wallets/metamask-setup.md)
|
||||
- [Manage Your OCEAN](discover/wallets-and-ocean.md)
|
||||
- [Networks](discover/networks/README.md)
|
||||
- [Bridges](discover/networks/bridges.md)
|
||||
- [Manage Your OCEAN](discover/wallets-and-ocean.md)
|
||||
- [Glossary](discover/glossary.md)
|
||||
- [FAQ](discover/faq.md)
|
||||
- [📚 User Guides](user-guides/README.md)
|
||||
- [Guide to the Ocean Market](user-guides/using-ocean-market.md)
|
||||
- [Publish Data NFTs](user-guides/publish-data-nfts.md)
|
||||
- [Buy NFT Data](user-guides/buy-data-nfts.md)
|
||||
- [Publish Data NFTs](user-guides/publish-data-nfts.md)
|
||||
- [Buy NFT Data](user-guides/buy-data-nfts.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)
|
||||
- [Publish a C2D Algorithm NFT](user-guides/compute-to-data/publish-a-c2d-algorithm-nft.md)
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
description: Discover Ocean
|
||||
description:
|
||||
cover: ../.gitbook/assets/cover/discover_banner.png
|
||||
coverY: 7.413145539906106
|
||||
---
|
||||
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
description: What can you do with Ocean?
|
||||
description:
|
||||
---
|
||||
|
||||
**Contents**
|
||||
# What can you do with Ocean?
|
||||
|
||||
This page shows things you can do with Ocean...
|
||||
- [As a builder](#what-builders-can-do)
|
||||
@ -36,9 +36,9 @@ Focus on the backend: make a Web3-native REST API. Like the token-gated dApps, c
|
||||
|
||||
<details>
|
||||
|
||||
<summary><mark style="color:orange;">Build Your Data Market</mark><br><br></summary>
|
||||
<summary><mark style="color:orange;">Build Your Data Market</mark></summary>
|
||||
|
||||
You can do this by [forking Ocean Market code](../developers/build-a-marketplace/) to quickly get something good, or by building up from Ocean components for a more custom look.
|
||||
Build a decentralized data marketplace by [forking Ocean Market code](../developers/build-a-marketplace/) to quickly get something good, or by building up from Ocean components for a more custom look.
|
||||
|
||||
</details>
|
||||
|
||||
@ -54,7 +54,7 @@ To dive deeper, please go to [Developers page](../developers/README.md).
|
||||
|
||||
<details>
|
||||
|
||||
<summary><mark style="color:red;">Use Ocean in Python</mark><br><br></summary>
|
||||
<summary><mark style="color:red;">Use Ocean in Python</mark></summary>
|
||||
|
||||
The **[ocean.py](../data-scientists/ocean.py/README.md)** library is built for the key environment of data scientists: Python. Use it to earn $ from your data, share your data, get more data from others, and see provenance of data usage.
|
||||
|
||||
@ -63,7 +63,7 @@ The **[ocean.py](../data-scientists/ocean.py/README.md)** library is built for t
|
||||
|
||||
<details>
|
||||
|
||||
<summary><mark style="color:red;">Do crypto price predictions</mark><br><br></summary>
|
||||
<summary><mark style="color:red;">Do crypto price predictions</mark></summary>
|
||||
|
||||
With [Ocean Predictoor](../predictoor/README.md), you submit predictions for the future price of BTC, ETH etc, and earn. The more accurate your predictions, the more $ you can earn.
|
||||
|
||||
@ -72,7 +72,7 @@ With [Ocean Predictoor](../predictoor/README.md), you submit predictions for the
|
||||
|
||||
<details>
|
||||
|
||||
<summary><mark style="color:red;">Compete in a Data Challenge</mark><br><br></summary>
|
||||
<summary><mark style="color:red;">Compete in a Data Challenge</mark></summary>
|
||||
|
||||
Ocean regularly offer [data science challenges](../data-scientists/join-a-data-challenge) on real-world problems. Showcase your skills, and earn $ prizes.
|
||||
|
||||
@ -85,7 +85,7 @@ To dive deeper, please go to [Data Scientists page](../data-scientists/README.md
|
||||
|
||||
<details>
|
||||
|
||||
<summary><mark style="color:purple;">Earn Rewards via Data Farming</mark><br><br></summary>
|
||||
<summary><mark style="color:purple;">Earn Rewards via Data Farming</mark></summary>
|
||||
|
||||
Ocean's [Data Farming](../data-farming/README.md) incentives program enables OCEAN holders to earn by locking OCEAN, and curating data.
|
||||
|
||||
@ -95,7 +95,7 @@ Ocean's [Data Farming](../data-farming/README.md) incentives program enables OCE
|
||||
|
||||
|
||||
<details>
|
||||
<summary><mark style="color:blue;">Become an Ambassador</mark><br><br></summary>
|
||||
<summary><mark style="color:blue;">Become an Ambassador</mark></summary>
|
||||
|
||||
As an ambassador, you are an advocate for the protocol, promoting its vision and mission. By sharing your knowledge and enthusiasm, you can educate others about the benefits of Ocean Protocol, inspiring them to join the ecosystem. As part of a global community of like-minded individuals, you gain access to exclusive resources, networking opportunities, and collaborations that further enhance your expertise in the data economy. Of course, the Ocean Protocol Ambassador Program rewards contributors with weekly bounties and discretionary grants for growing the Ocean Protocol communtiy worldwide.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
description: What is Ocean?
|
||||
description:
|
||||
---
|
||||
|
||||
### What is Ocean?
|
||||
|
@ -1,8 +1,8 @@
|
||||
---
|
||||
description: Why Ocean?
|
||||
description:
|
||||
---
|
||||
|
||||
### Why Ocean
|
||||
### Why Ocean?
|
||||
|
||||
Ocean was founded to level the playing field for AI and data.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user