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

small refactor of discover/

This commit is contained in:
trentmc 2023-12-21 11:58:39 +01:00
parent 34f04ec715
commit 0fe1f002a2
6 changed files with 41 additions and 33 deletions

View File

@ -15,6 +15,8 @@ redirects:
core-concepts/did-ddo: developers/identifiers.md
concepts/ocean-tokens/: discover/basic-concepts.md
tutorials/wallets-and-ocean-tokens: discover/wallets-and-ocean.md
discover/explore: discover/README.md
discover/ocean-101: discover/README.md
using-ocean-market: user-guides/using-ocean-market.md
using-ocean-market/marketplace-publish-data-asset: user-guides/publish-data-nfts.md
using-ocean-market/marketplace-download-data-asset: user-guides/buy-data-nfts.md

View File

@ -1,9 +1,10 @@
# Table of contents
- [👋 Welcome](README.md)
- [🌊 Discover](discover/README.md)
- [Explore](discover/explore.md)
- [Ocean 101](discover/ocean-101.md)
- [🌊 Discover Ocean](discover/README.md)
- [Why Ocean?](discover/why-ocean.md)
- [What is Ocean?](discover/what-is-ocean.md)
- [What can you do with Ocean?](discover/benefits.md)
- [Basic Concepts](discover/basic-concepts.md)
- [Wallets](discover/wallets/README.md)
- [Set Up MetaMask Wallet](discover/wallets/metamask-setup.md)

View File

@ -15,14 +15,14 @@ Ocean is a decentralized data exchange protocol. Its core tech is:
- Compute-to-data: buy & sell private data, while preserving privacy
**Ocean users are:**
- **[Developers](../developers/README.md).** Build token-gated AI dApps & REST APIs
- **[Developers](../developers/README.md).** Build token-gated AI dApps & APIs
- **[Data scientists](../data-scientists/README.md).** Earn via predictions & challenges
- **[OCEAN holders](../data-farming/README.md).** Get rewards by locking OCEAN & curating data, via Data Farming.
- **[Ocean ambassadors](https://oceanprotocol.com/explore/community)**
----
_Next: [Ocean Why & What](explore.md)_
_Next: [Why Ocean?](why-ocean.md)_
_Back: [Docs main](../README.md)_

View File

@ -112,6 +112,8 @@ To become a member of the Ambassador Program, follow these steps:
----
_Next: If you're a blockchain newcomer, go to [User Guides](../user-guides/README.md). Otherwise jump to [Docs main](../README.md) and drill into your interest._
Congrats! You've completed this quick introduction to Ocean.
_Back: [Ocean Why & What](explore.md)_
_Next: If you're a blockchain newcomer, go to [User Guides](../user-guides/README.md). Otherwise jump to [Docs main](../README.md) and click on your interest._
_Back: [What is Ocean?](what-is-ocean.md)_

View File

@ -1,29 +1,16 @@
---
description: Ocean Why & What
description: What is Ocean?
---
**Contents**
### What is Ocean?
- [Why Ocean](#why-ocean)
- [What's Ocean](#whats-ocean)
- Tech core: [Datatokens](#ocean-data-nfts-and-datatokens) and [Compute-to-data](#ocean-compute-to-data)
- Community: [Builders & dapp ecosystem](#builders-and-dapps-ecosystem.md), [Ambassadors](#ocean-ambassadors)
Ocean is a decentralized data exchange protocol and community.
### Why Ocean
Specifically, it has two parts:
- A live tech stack. At the core is [Datatokens](#ocean-data-nfts-and-datatokens) and [Compute-to-data](#ocean-compute-to-data)
- A lively community. This includes [Builders, data scientists, OCEAN holders](#ocean-ecosystem), and [Ambassadors](#ocean-ambassadors)
Ocean was founded to level the playing field for AI and data.
{% embed url="https://youtu.be/4P72ZelkEpQ" %}
To dive deeper, see [this blog](https://blog.oceanprotocol.com/mission-values-for-ocean-protocol-aba998e95b8) or [this video](https://youtu.be/XN_PHg1K61w).
### What's Ocean?
Ocean is a decentralized data exchange protocol.
The core of Ocean tech is data NFTs & datatokens, and Compute-to-Data. Let's drill into each, including benefits.
Ocean's also a community of people: builders, data scientists, and more who care deeply about the future of data & AI.
Let's drill into each.
### Ocean data NFTs and datatokens
@ -51,13 +38,13 @@ This enables one buy & sell private data, while preserving privacy
<figure><img src="../.gitbook/assets/c2d/c2d-mental-model.png" alt=""><figcaption>Compute-to-Data flow</figcaption></figure>
### Builders and Dapps Ecosystem
### Ocean Ecosystem
Ocean has a lively [ecosystem](https://oceanprotocol.com/explore/ecosystem) of dapps grown over years, from enthusiastic builders.
Ocean has a lively [ecosystem](https://oceanprotocol.com/explore/ecosystem) of dapps grown over years, built by enthusiastic developers.
<figure><img src="../.gitbook/assets/general/builders.png" alt=""></figure>
This ecosystem also contains many data scientists and OCEAN holders, all excited about the future of AI & data. You can find them doing predictions, data challenges, Data Farming, and more.
The Ocean ecosystem also contains many data scientists and OCEAN holders, excited about the future of AI & data. You can find them doing predictions, data challenges, Data Farming, and more.
### Ocean Ambassadors
@ -66,9 +53,8 @@ Ocean has an excellent [community of ambassadors](https://oceanprotocol.com/expl
<figure><img src="../.gitbook/assets/general/ambassadors.png" alt=""></figure>
----
_Next: [What can you do with Ocean?](ocean-101.md)_
_Next: [What can you do with Ocean?](benefits.md)_
_Back: [Discover Ocean](README.md)_
_Back: [Why Ocean?](why-ocean.md)_

17
discover/why-ocean.md Normal file
View File

@ -0,0 +1,17 @@
---
description: Why Ocean?
---
### Why Ocean
Ocean was founded to level the playing field for AI and data.
{% embed url="https://youtu.be/4P72ZelkEpQ" %}
To dive deeper, see [this blog](https://blog.oceanprotocol.com/mission-values-for-ocean-protocol-aba998e95b8) or [this video](https://youtu.be/XN_PHg1K61w).
----
_Next: [What is Ocean?](what-is-ocean.md)_
_Back: [Discover Ocean](README.md)_