-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpythonAlgo.json
More file actions
77 lines (77 loc) · 1.75 KB
/
pythonAlgo.json
File metadata and controls
77 lines (77 loc) · 1.75 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
{
"@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": "python",
"format": "docker-image",
"version": "0.1",
"container": {
"entrypoint": "python $ALGO",
"image": "oceanprotocol/algo_dockers",
"tag": "python-branin",
"checksum": "sha256:8221d20c1c16491d7d56b9657ea09082c0ee4a8ab1a6621fa720da58b09580e4"
}
}
},
"services": [
{
"id": "db164c1b981e4d2974e90e61bda121512e6909c1035c908d68933ae4cfaba6b0",
"type": "access",
"files": {
"datatokenAddress": "0x0",
"nftAddress": "0x0",
"files": [
{
"type": "url",
"url": "https://raw.githubusercontent.com/oceanprotocol/c2d-examples/main/branin_and_gpr/gpr.py",
"method": "GET"
}
]
},
"timeout": 86400,
"serviceEndpoint": "http://10.84.128.6:8001"
}
],
"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": []
}
}