1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-01 15:55:34 +01:00
docs/developers/ocean-cli/getting-asset-ddo.md

6 lines
494 B
Markdown
Raw Normal View History

2023-09-28 13:02:05 +02:00
# Getting asset DDO
2023-09-28 16:29:29 +02:00
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>
2023-09-28 13:02:05 +02:00
<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>