1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-30 13:51:42 +02:00
market/content/publish/feedback.json

21 lines
834 B
JSON

{
"1": {
"name": "Create Tokens & Pricing",
"description": "The Data NFT representing your asset, the Datatokens defining access to it, and the pricing schema are all created in a single transaction.",
"status": "pending",
"txCount": 1
},
"2": {
"name": "Construct & Encrypt DDO",
"description": "Entered metadata is transformed into a structured document (DDO) where the file URLs, and the whole DDO itself are encrypted.",
"status": "pending",
"txCount": 0
},
"3": {
"name": "Publish DDO",
"description": "The encrypted DDO is stored on-chain as part of the Data NFT. Indexers like Aquarius can decrypt the DDO for displaying purposes, but the file URLs can only be decrypted by exchanging the respective datatokens for this asset.",
"status": "pending",
"txCount": 1
}
}