From 64fc688b873693cba50a2a0a59a0257c9ad1eba5 Mon Sep 17 00:00:00 2001 From: Anamaria Loznianu Date: Tue, 4 Oct 2022 15:31:15 +0300 Subject: [PATCH] Added Arweave to the storage types --- core-concepts/did-ddo.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/core-concepts/did-ddo.md b/core-concepts/did-ddo.md index 535daeb7..535b6fd2 100644 --- a/core-concepts/did-ddo.md +++ b/core-concepts/did-ddo.md @@ -259,13 +259,13 @@ Use GraphQL querys as datasource. "type": "graphql", "url": "http://172.15.0.15:8000/subgraphs/name/oceanprotocol/ocean-subgraph", "query": """ - query{ + query{ nfts(orderBy: createdTimestamp,orderDirection:desc){ id symbol createdTimestamp } - } + } """ } ``` @@ -288,9 +288,22 @@ Use a smart contract as datasource. } ``` +***`Arweave`*** + +Arweave Transaction ID. + +``` +{ + { + "type": "arweave", + "transactionId": "a4qJoQZa1poIv5guEzkfgZYSAD0uYm7Vw4zm_tCswVQ", + } +} +``` + + First class integrations supported in the future : ***`Filecoin`*** -***`Arwave`*** ***`Storj`*** ***`SQL`***