mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
GITBOOK-468: change request with no subject merged in GitBook
This commit is contained in:
parent
7547a9c421
commit
9c7a2dabaa
BIN
.gitbook/assets/aquarius-did-metadata.jpg
Normal file
BIN
.gitbook/assets/aquarius-did-metadata.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 525 KiB |
BIN
.gitbook/assets/marketplace_data.jpg
Normal file
BIN
.gitbook/assets/marketplace_data.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
BIN
.gitbook/assets/network-and-datatoken-address.png
Normal file
BIN
.gitbook/assets/network-and-datatoken-address.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
@ -59,6 +59,7 @@
|
|||||||
* [Get datatoken information](developers/using-ocean-subgraph/get-datatoken-information.md)
|
* [Get datatoken information](developers/using-ocean-subgraph/get-datatoken-information.md)
|
||||||
* [Get fixed-rate exchanges](developers/using-ocean-subgraph/list-fixed-rate-exchanges.md)
|
* [Get fixed-rate exchanges](developers/using-ocean-subgraph/list-fixed-rate-exchanges.md)
|
||||||
* [Get veOCEAN stats](developers/subgraph/get-veocean-stats.md)
|
* [Get veOCEAN stats](developers/subgraph/get-veocean-stats.md)
|
||||||
|
* [Resolve a DID's information](developers/subgraph/resolve-a-dids-information.md)
|
||||||
* [Ocean.py](developers/ocean.py/README.md)
|
* [Ocean.py](developers/ocean.py/README.md)
|
||||||
* [Install](developers/ocean.py/install.md)
|
* [Install](developers/ocean.py/install.md)
|
||||||
* [Local Setup](developers/ocean.py/local-setup.md)
|
* [Local Setup](developers/ocean.py/local-setup.md)
|
||||||
|
42
developers/subgraph/resolve-a-dids-information.md
Normal file
42
developers/subgraph/resolve-a-dids-information.md
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
---
|
||||||
|
description: Use these steps to reveal the information contained within an asset's DID
|
||||||
|
---
|
||||||
|
|
||||||
|
# Resolve a DID's information
|
||||||
|
|
||||||
|
## Step 1: Find the Network and Datatoken address
|
||||||
|
|
||||||
|
### How to find the network and datatoken address from an Ocean Market link?
|
||||||
|
|
||||||
|
If you are given an Ocean Market link, then the network and datatoken address for the asset is visible on the Ocean Market webpage. For example, given this asset's Ocean Market link: [https://odc.oceanprotocol.com/asset/did:op:1b26eda361c6b6d307c8a139c4aaf36aa74411215c31b751cad42e59881f92c1](https://odc.oceanprotocol.com/asset/did:op:1b26eda361c6b6d307c8a139c4aaf36aa74411215c31b751cad42e59881f92c1) the webpage shows that this asset is hosted on the Mumbai network, and one simply clicks the datatoken's hyperlink to reveal the datatoken's address as shown in the screenshot below:
|
||||||
|
|
||||||
|
<figure><img src="../../.gitbook/assets/marketplace_data.jpg" alt="" width="563"><figcaption><p>See the Network and Datatoken Address for an Ocean Market asset by visiting the asset's Ocean Market page.</p></figcaption></figure>
|
||||||
|
|
||||||
|
###  How to find the network and datatoken address from a DID?
|
||||||
|
|
||||||
|
If you know the DID:op but you don't know the source link, then you can use Ocean Aquarius to resolve the metadata for the DID:op to find the `chainId`+ `datatoken address` of the asset. Simply enter in your browser "[https://v4.aquarius.oceanprotocol.com/api/aquarius/assets/ddo/](https://v4.aquarius.oceanprotocol.com/api/aquarius/assets/ddo/did:op:1b26eda361c6b6d307c8a139c4aaf36aa74411215c31b751cad42e59881f92c1)\<your did:op:XXX>" to fetch the metadata.
|
||||||
|
|
||||||
|
For example, for the following DID:op: "did:op:1b26eda361c6b6d307c8a139c4aaf36aa74411215c31b751cad42e59881f92c1" the Ocean Aquarius URL can be modified to add the DID:op and resolve its metadata. Simply add "[https://v4.aquarius.oceanprotocol.com/api/aquarius/assets/ddo/](https://v4.aquarius.oceanprotocol.com/api/aquarius/assets/ddo/did:op:1b26eda361c6b6d307c8a139c4aaf36aa74411215c31b751cad42e59881f92c1)" to the beginning of the DID:op and enter the link in your browser like this: [https://v4.aquarius.oceanprotocol.com/api/aquarius/assets/ddo/did:op:1b26eda361c6b6d307c8a139c4aaf36aa74411215c31b751cad42e59881f92c1](https://v4.aquarius.oceanprotocol.com/api/aquarius/assets/ddo/did:op:1b26eda361c6b6d307c8a139c4aaf36aa74411215c31b751cad42e59881f92c1)
|
||||||
|
|
||||||
|
<figure><img src="../../.gitbook/assets/network-and-datatoken-address.png" alt=""><figcaption><p>The metadata printout for this DID:op with the network's Chain ID and datatoken address circled in red</p></figcaption></figure>
|
||||||
|
|
||||||
|
Here are the networks and their corresponding chain IDs:
|
||||||
|
|
||||||
|
```
|
||||||
|
"mumbai: 80001"
|
||||||
|
"polygon: 137"
|
||||||
|
"bsc: 56"
|
||||||
|
"energyweb: 246"
|
||||||
|
"moonriver: 1285"
|
||||||
|
"mainnet: 1"
|
||||||
|
"goerli: 5"
|
||||||
|
"polygonedge: 81001"
|
||||||
|
"gaiaxtestnet: 2021000"
|
||||||
|
"alfajores: 44787"
|
||||||
|
"gen-x-testnet: 100"
|
||||||
|
"filecointestnet: 3141"
|
||||||
|
"oasis_saphire_testnet: 23295"
|
||||||
|
"development: 8996"
|
||||||
|
```
|
||||||
|
|
||||||
|
\
|
Loading…
Reference in New Issue
Block a user