-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.jsonld
More file actions
103 lines (103 loc) · 3.44 KB
/
metadata.jsonld
File metadata and controls
103 lines (103 loc) · 3.44 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"@context": {
"@language": "en-us",
"CIP100": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md#",
"CIP119": "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0119/README.md#",
"hashAlgorithm": "CIP100:hashAlgorithm",
"body": {
"@id": "CIP119:body",
"@context": {
"references": {
"@id": "CIP119:references",
"@container": "@set",
"@context": {
"GovernanceMetadata": "CIP100:GovernanceMetadataReference",
"Other": "CIP100:OtherReference",
"label": "CIP100:reference-label",
"uri": "CIP100:reference-uri"
}
},
"paymentAddress": "CIP119:paymentAddress",
"givenName": "CIP119:givenName",
"image": {
"@id": "CIP119:image",
"@context": {
"ImageObject": "https://schema.org/ImageObject"
}
},
"objectives": "CIP119:objectives",
"motivations": "CIP119:motivations",
"qualifications": "CIP119:qualifications",
"comment": "CIP100:comment",
"externalUpdates": {
"@id": "CIP100:externalUpdates",
"@context": {
"title": "CIP100:update-title",
"uri": "CIP100:update-uri"
}
}
}
},
"authors": {
"@id": "CIP100:authors",
"@container": "@set",
"@context": {
"name": "http://xmlns.com/foaf/0.1/name",
"witness": {
"@id": "CIP100:witness",
"@context": {
"witnessAlgorithm": "CIP100:witnessAlgorithm",
"publicKey": "CIP100:publicKey",
"signature": "CIP100:signature"
}
}
}
}
},
"hashAlgorithm": "blake2b-256",
"body": {
"comment": "My name is Dmitry Stashenko, I'm founder and lead developer of AdaStat.net Blockchain Explorer. I have been actively involved in the Cardano community since 2017. Every day I do my best to push Cardano forward",
"givenName": "AdaStat",
"image": {
"@type": "ImageObject",
"contentUrl": "https://avatars.githubusercontent.com/u/138822330",
"sha256": "6b459288625a1fc1cdd9ff91e8425cae2a2b965bd1232f7718835e947385bd3b"
},
"objectives": "Make Cardano a platform widely used by people all over the world",
"motivations": "Satisfaction and financial success for each ADA holders including myself",
"qualifications": "Founder and lead developer of AdaStat.net Blockchain Explorer, operator of STAT stakepool, smart contract developer",
"paymentAddress": "$adastat",
"references": [{
"@type": "Link",
"label": "AdaStat Cardano Blockchain Explorer",
"uri": "https://adastat.net/"
}, {
"@type": "Link",
"label": "AdaStat's Twitter",
"uri": "https://x.com/ada_stat"
}, {
"@type": "Link",
"label": "AdaStat's Telegram",
"uri": "https://t.me/CardanoExplorer"
}, {
"@type": "Link",
"label": "AdaStat's GitHub",
"uri": "https://github.com/CardanoExplorer"
}, {
"@type": "Link",
"label": "AdaStat's YouTube",
"uri": "https://www.youtube.com/@CardanoExplorer"
}, {
"@type": "Link",
"label": "AdaStat's Discord",
"uri": "https://discord.com/users/adastat"
}
],
"externalUpdates": [{
"title": "GitHub",
"uri": "https://github.com/CardanoExplorer/drep"
}
]
},
"authors": []
}