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

add missing code block

This commit is contained in:
Bogdan Fazakas 2023-09-28 17:29:29 +03:00
parent 4a21fdd340
commit d9e64c7546

View File

@ -1,5 +1,5 @@
# Getting asset DDO # Getting asset DDO
Obtaining the DDO of an asset is a straightforward process. You can accomplish this task by executing the following command: npm run cli getDDO 'assetDID' Obtaining the DDO of an asset is a straightforward process. You can accomplish this task by executing the following command: <code>npm run cli getDDO 'assetDID'</code>
<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzQlpIJEeu8x5yl0OLuXn%2Fuploads%2Fh3AQakJYiL7sDUEvfxhA%2FScreenshot%202023-09-28%20at%2001.06.55.png?alt=media&token=7c6c527a-b0cc-4517-8ec3-48cf27782261" alt=""><figcaption>getDDO method example</figcaption></figure> <figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzQlpIJEeu8x5yl0OLuXn%2Fuploads%2Fh3AQakJYiL7sDUEvfxhA%2FScreenshot%202023-09-28%20at%2001.06.55.png?alt=media&token=7c6c527a-b0cc-4517-8ec3-48cf27782261" alt=""><figcaption>getDDO method example</figcaption></figure>