-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathjsAlgo.json
More file actions
83 lines (83 loc) · 1.89 KB
/
jsAlgo.json
File metadata and controls
83 lines (83 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"@context": [
"https://w3id.org/did/v1"
],
"id": "did:op",
"nftAddress": "",
"version": "4.1.0",
"chainId": 8996,
"metadata": {
"created": "2023-08-01T17:09:39Z",
"updated": "2023-08-01T17:09:39Z",
"type": "algorithm",
"name": "CLi Algo",
"description": "Cli algo",
"author": "OPF",
"license": "https://market.oceanprotocol.com/terms",
"additionalInformation": {
"termsAndConditions": true
},
"algorithm": {
"language": "",
"version": "0.1",
"container": {
"entrypoint": "node $ALGO",
"image": "node",
"tag": "latest",
"checksum": "sha256:1155995dda741e93afe4b1c6ced2d01734a6ec69865cc0997daf1f4db7259a36"
}
}
},
"services": [
{
"id": "db164c1b981e4d2974e90e61bda121512e6909c1035c908d68933ae4cfaba6b0",
"type": "compute",
"files": {
"datatokenAddress": "0x0",
"nftAddress": "0x0",
"files": [
{
"type": "url",
"url": "https://raw.githubusercontent.com/oceanprotocol/test-algorithm/master/javascript/algo.js",
"contentType": "text/js",
"encoding": "UTF-8",
"method": "GET"
}
]
},
"timeout": 86400,
"compute": {
"allowRawAlgorithm": false,
"allowNetworkAccess": true,
"publisherTrustedAlgorithmPublishers": [],
"publisherTrustedAlgorithms": []
}
}
],
"indexedMetadata": {
"event": {},
"nft": {
"address": "",
"name": "Ocean Data NFT",
"symbol": "OCEAN-NFT",
"state": 5,
"tokenURI": "",
"owner": "",
"created": ""
},
"purgatory": {
"state": false
},
"stats": [
{
"orders": 0,
"prices": [
{
"price": "0"
}
]
}
],
"datatokens": []
}
}