mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Added Arweave to the storage types
This commit is contained in:
parent
80d6b5b2ca
commit
64fc688b87
@ -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`***
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user