diff --git a/SUMMARY.md b/SUMMARY.md index f08d07ed..c85146ec 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -35,7 +35,7 @@ * [Data NFTs](developers/datanft-and-datatoken/data-nfts.md) * [Datatokens](developers/datanft-and-datatoken/datatokens.md) * [Metadata](developers/datanft-and-datatoken/metadata.md) - * [Templates](developers/datanft-and-datatoken/templates.md) + * [Datatoken Templates](developers/datanft-and-datatoken/datatoken-templates.md) * [Access Control Tools](developers/datanft-and-datatoken/access-control-tools.md) * [Revenue](developers/datanft-and-datatoken/revenue.md) * [Fractional Ownership](developers/datanft-and-datatoken/fractional-ownership.md) diff --git a/developers/architecture.md b/developers/architecture.md index 3423ba51..ea905da7 100644 --- a/developers/architecture.md +++ b/developers/architecture.md @@ -5,7 +5,7 @@ description: Ocean Protocol Architecture Adventure! # Architecture Overview -Embark on a journey through the innovative world of Ocean Protocol, where data flows like waves and AI takes flight! Explore the intricate layers of our architecture, where data and services converge in a symphony of collaboration. So, let's dive in and uncover the depths of Ocean Protocol's design!🐬 +Embark on an exploration of the innovative realm of Ocean Protocol, where data flows seamlessly and AI achieves new heights. Dive into the intricately layered architecture that converges data and services, fostering a harmonious collaboration. Let us delve deep and uncover the profound design of Ocean Protocol.🐬

Overview of the Ocean Protocol Architecture

@@ -28,7 +28,7 @@ These libraries include [Ocean.js](broken-reference), a JavaScript library, and #### Middleware components -Additionally, supporting the discovery process, middleware components come into play: +Additionally, in supporting the discovery process, middleware components come into play: 1. [Aquarius](aquarius/): Aquarius acts as a metadata cache, enhancing search efficiency by caching on-chain data into Elasticsearch. By accelerating metadata retrieval, Aquarius enables faster and more efficient data discovery. 2. [Provider](provider/): The Provider component plays a crucial role in facilitating various operations within the ecosystem. It assists in asset downloading, handles [DDO](ddo-specification.md) (Decentralized Data Object) encryption, and establishes communication with the operator-service for Compute-to-Data jobs. This ensures secure and streamlined interactions between different participants. @@ -40,7 +40,7 @@ Additionally, supporting the discovery process, middleware components come into ### Layer 3: The Accessible Application Layer -Here, the ocean comes alive with a vibrant ecosystem of apps, marketplaces, and more. This layer hosts a variety of user-friendly interfaces, applications, and tools, inviting data scientists and curious explorers alike to access, explore, and contribute to the ocean's treasures. +Here, the ocean comes alive with a vibrant ecosystem of dApps, marketplaces, and more. This layer hosts a variety of user-friendly interfaces, applications, and tools, inviting data scientists and curious explorers alike to access, explore, and contribute to the ocean's treasures. Prominently featured within this layer is [Ocean Market](../user-guides/using-ocean-market.md), a hub where data enthusiasts and industry stakeholders converge to discover, trade, and unlock the inherent value of data assets. Beyond Ocean Market, the Application Layer hosts a diverse ecosystem of specialized applications and marketplaces, each catering to unique use cases and industries. Empowered by the capabilities of Ocean Protocol, these applications facilitate advanced data exploration, analytics, and collaborative ventures, revolutionizing the way data is accessed, shared, and monetized. diff --git a/developers/datanft-and-datatoken/templates.md b/developers/datanft-and-datatoken/datatoken-templates.md similarity index 100% rename from developers/datanft-and-datatoken/templates.md rename to developers/datanft-and-datatoken/datatoken-templates.md diff --git a/developers/subgraph/get-veocean-stats.md b/developers/subgraph/get-veocean-stats.md index 00f369ff..418549aa 100644 --- a/developers/subgraph/get-veocean-stats.md +++ b/developers/subgraph/get-veocean-stats.md @@ -4,12 +4,16 @@ description: 'Discover the World of veOCEAN: Retrieving a Stats' # Get veOCEAN stats - - -If you are already familiarized with veOCEAN, you're off to a great start :sunglasses:. However, if you need a refresher, we recommend visiting the [veOCEAN](../../rewards/veocean.md) page for a quick overview :mag:. +If you are already familiarized with veOCEAN, you're off to a great start. However, if you need a refresher, we recommend visiting the [veOCEAN](../../rewards/veocean.md) page for a quick overview :mag: On this page, you'll find a few examples to fetch the stats of veOCEANS from the Ocean Subgraph. These examples serve as a valuable starting point to help you retrieve essential information about veOCEAN. However, if you're eager to delve deeper into the topic, we invite you to visit our [GitHub](https://github.com/oceanprotocol/ocean-subgraph/blob/main/test/integration/VeOcean.test.ts) repository. There, you'll discover a wealth of additional examples, which provide comprehensive insights. Feel free to explore and expand your knowledge! :books: +{% hint style="info" %} +The veOcean is deployed on the Ethereum mainnet, along with two test networks, namely Mumbai and Goerli. The statistical data available is specifically limited to these networks. +{% endhint %} + +### + ### Get the total amount of locked Ocean tokens {% tabs %}