From 48b6e5efe3d71f9a1999857727764ac970142558 Mon Sep 17 00:00:00 2001 From: "mariacarmina.cretu" Date: Tue, 13 Jun 2023 12:22:09 +0000 Subject: [PATCH] GITBOOK-496: change request with no subject merged in GitBook --- developers/ocean.py/consume-flow.md | 4 +--- developers/ocean.py/publish-flow.md | 10 ++++------ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/developers/ocean.py/consume-flow.md b/developers/ocean.py/consume-flow.md index 5fd29163..c3e01fa9 100644 --- a/developers/ocean.py/consume-flow.md +++ b/developers/ocean.py/consume-flow.md @@ -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 - Here’s a video version this post 👇. {% embed url="https://www.youtube.com/watch?v=JQF-5oRvq9w" %} diff --git a/developers/ocean.py/publish-flow.md b/developers/ocean.py/publish-flow.md index e95e0342..5292006d 100644 --- a/developers/ocean.py/publish-flow.md +++ b/developers/ocean.py/publish-flow.md @@ -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