1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-01 15:55:34 +01:00

GITBOOK-496: change request with no subject merged in GitBook

This commit is contained in:
mariacarmina.cretu 2023-06-13 12:22:09 +00:00 committed by gitbook-bot
parent d82fc95a6a
commit 48b6e5efe3
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
2 changed files with 5 additions and 9 deletions

View File

@ -2,7 +2,7 @@
description: This page shows how you can get datatokens & download an asset
---
# Consume flow
# Consume Flow
We assumed that you accomplished the publish flow presented previously.
@ -100,8 +100,6 @@ The _beginning_ of the file should contain the following contents:
...
```
## Main Flow: Video <a href="#8d62" id="8d62"></a>
Heres a video version this post 👇.
{% embed url="https://www.youtube.com/watch?v=JQF-5oRvq9w" %}

View File

@ -4,13 +4,11 @@ description: >-
at once in different scenarios.
---
# Publish flow
[**ocean.py**](https://github.com/oceanprotocol/ocean.py) is a [Python library](https://pypi.org/project/ocean-lib/) to privately & securely publish, exchange, and consume data, using [Ocean Protocol](https://www.oceanprotocol.com/).
# Publish Flow
In this page, we provide some tips & tricks for publishing an asset on Ocean Market using ocean.py.
We assume you've already (a) [installed Ocean](https://github.com/oceanprotocol/ocean.py/blob/main/READMEs/install.md), and (b) done [local setup](https://github.com/oceanprotocol/ocean.py/blob/main/READMEs/setup-local.md) or [remote setup](https://github.com/oceanprotocol/ocean.py/blob/main/READMEs/setup-remote.md). This flow works for either one, without any changes between them.
We assume you've already (a) [installed Ocean](install.md), and (b) done [local setup](local-setup.md) or [remote setup](remote-setup.md). This flow works for either one, without any changes between them.
In the Python console:
@ -31,8 +29,8 @@ print(f" did={ddo.did}")
You've now published an Ocean asset!
* `data_nft` is the base (base IP)
* `datatoken` for access by others (licensing)
* [`data_nft`](../contracts/data-nfts.md) is the base (base IP)
* [`datatoken`](../contracts/datatokens.md) for access by others (licensing)
* `ddo` holding metadata
<figure><img src="../../.gitbook/assets/200.webp" alt=""><figcaption></figcaption></figure>