From c5c62f064c931417460ff54216ab38da6779f257 Mon Sep 17 00:00:00 2001 From: Ana Loznianu Date: Fri, 23 Jun 2023 07:03:43 +0000 Subject: [PATCH] GITBOOK-598: Added note in the subgraph about the encrypted DDO --- developers/build-a-marketplace/customising-your-market.md | 2 +- developers/subgraph/README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/developers/build-a-marketplace/customising-your-market.md b/developers/build-a-marketplace/customising-your-market.md index 9e7c2ffa..a57361e0 100644 --- a/developers/build-a-marketplace/customising-your-market.md +++ b/developers/build-a-marketplace/customising-your-market.md @@ -121,7 +121,7 @@ Open up `src/components/Publish/Metadata/index.tsx` and change line 33 so that i Great, now our publish page explains that users should be publishing photos and photo is provided as an asset type option. We’ll also leave algorithm as an option in case some data scientists want to do some analysis or image transformation on the photos. -![Market Customisation](<../../.gitbook/assets/publish-page-2 (1).png>) +![Market Customisation](../../.gitbook/assets/publish-page-2.png) There is one more thing that is fun to change before we move away from the publish form. You’ll notice that Ocean Market V4 now has a cool SVG generation feature that creates the images for the Data NFT. It creates a series of pink waves. Let’s change this so that it uses our brand colors in the waves! diff --git a/developers/subgraph/README.md b/developers/subgraph/README.md index 38590759..29edeb5b 100644 --- a/developers/subgraph/README.md +++ b/developers/subgraph/README.md @@ -24,6 +24,10 @@ You can utilize the Subgraph instances provided by Ocean Protocol or deploy your If you're eager to use the Ocean Subgraph, here's some important information for you: We've deployed an Ocean Subgraph for each of the supported networks. Take a look at the table below, where you'll find handy links to both the subgraph instance and GraphiQL for each network. With the user-friendly GraphiQL interface, you can execute GraphQL queries directly, without any additional setup. It's a breeze! :ocean: +{% hint style="info" %} +When it comes to fetching valuable information about [Data NFTs](../contracts/data-nfts.md) and [datatokens](../contracts/datatokens.md), the subgraph queries play a crucial role. They retrieve numerous details and information, but, the Subgraph cannot decrypt the DDO. But worry not, we have a dedicated component for that—[Aquarius](../aquarius/)! 🐬 Aquarius communicates with the provider and decrypts the encrypted information, making it readily available for queries. +{% endhint %} + ### Ocean Subgraph deployments | Network | Subgraph URL | GraphiQL URL |