mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
GITBOOK-598: Added note in the subgraph about the encrypted DDO
This commit is contained in:
parent
e66f6105bc
commit
c5c62f064c
@ -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!
|
||||
|
||||
|
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user