From 6a31b06e6491c34ee6c99d2edf275df6810c6b03 Mon Sep 17 00:00:00 2001 From: Ana Loznianu Date: Thu, 15 Jun 2023 10:44:32 +0000 Subject: [PATCH] GITBOOK-515: Updated Data NFTs and Datatokens pages --- developers/contracts/datanft-and-datatoken.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/developers/contracts/datanft-and-datatoken.md b/developers/contracts/datanft-and-datatoken.md index 19257ce8..0b878db9 100644 --- a/developers/contracts/datanft-and-datatoken.md +++ b/developers/contracts/datanft-and-datatoken.md @@ -25,10 +25,15 @@ For a more comprehensive exploration of intellectual property and its practical **DataNFTs and Datatokens example:** -* In step 1, Alice **publishes** her dataset with Ocean: this means deploying an ERC721 data NFT contract (claiming copyright/base IP), then an ERC20 datatoken contract (license against base IP). -* In step 2, she **mints** some ERC20 datatokens and **transfers** 1.0 of them to Bob's wallet; now he has a license to be able to download that dataset. +* In step 1, Alice **publishes** her dataset with Ocean: this means deploying an ERC721 data NFT contract (claiming copyright/base IP), then an ERC20 datatoken contract (license against base IP). Then Alice mints an ERC20 datatokens +* In step 2, Alice **transfers** 1.0 of them to Bob's wallet; now he has a license to be able to download that dataset. -![High-Level Flow](../../.gitbook/assets/architecture/high-level-flow.png) +

Data NFT & Datatokens flow

+ +We have some awesome hands-on experience when it comes to publishing a data NFT and minting datatokens. + +* Publish using [ocean.py ](../ocean.py/publish-flow.md) +* Publish using [ocean.js](../ocean.js/publish.md) ### Other References