-
Notifications
You must be signed in to change notification settings - Fork 0
/
edc-drep-mainnet.jsonld
133 lines (133 loc) · 4.7 KB
/
edc-drep-mainnet.jsonld
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"@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": {
"bio": "CIP119:bio",
"email": "CIP119:email",
"givenName": "CIP119:givenName",
"motivations": "CIP119:motivations",
"objectives": "CIP119:objectives",
"paymentAddress": "CIP119:paymentAddress",
"qualifications": "CIP119:qualifications",
"image": {
"@id": "CIP119:image",
"@context": {
"ImageObject": "https://schema.org/ImageObject"
}
},
"references": {
"@id": "CIP119:references",
"@container": "@set",
"@context": {
"GovernanceMetadata": "CIP100:GovernanceMetadataReference",
"Other": "CIP100:OtherReference",
"label": "CIP100:reference-label",
"uri": "CIP100:reference-uri",
"referenceHash": {
"@id": "CIP119:referenceHash",
"@context": {
"hashDigest": "CIP119:hashDigest",
"hashAlgorithm": "CIP100:hashAlgorithm"
}
}
}
}
}
},
"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"
}
}
}
}
},
"authors": [
{
"witness": {
"publicKey": {
"@value": "a4010103272006215820a10fd073cc0f0773c6be227d34304b2e23233eea77a36ee448da5fc4da9ef852"
},
"signature": {
"@value": "845846a20127676164647265737358390152b785f7e63db13cefabc9ec38a24b7c54368bc4f962d01927a3491525b57d0e01bd657db7fddeb5528bddf88f1d9d445c992dffd3936f9ea166686173686564f5581c918e8c8ec047869c292bc2293bd9f97178060a48c067a1d66ce70fd85840ff1a03113766debf819bb4e4a2fc183d4c1598433f0c20f6be5968816873e2f42ae2583e6b72e39c3ed2e2e7831f9fe96aae80d0bf2275f02e9ed4d99b283d0a"
},
"witnessAlgorithm": {
"@value": "Ed25519"
}
}
}
],
"hashAlgorithm": {
"@value": "blake2b-256"
},
"body": {
"bio": {
"@value": "Consisting of members of the Eternl development team."
},
"email": {
"@value": "[email protected]"
},
"givenName": {
"@value": "Eternl DRep Committee"
},
"image": {
"@type": "ImageObject",
"contentUrl": "https://ipfs.io/ipfs/QmTWA68yCu75fvXEJYgRuLtudhupeuDp77AAR3tuYESaXM",
"sha256": "35aab795ecd1222d3d75494fa95d5e6ff6a4d68693daed39843d5c0278d631a2"
},
"motivations": {
"@value": "Our motivation to register as a DRep stems from a deep commitment to the Cardano ecosystem and a desire to play an active role in its evolution, ensuring its growth aligns with the principles of decentralization, security, and community empowerment."
},
"objectives": {
"@value": "For years, the members of the EDC have been integral to the Cardano ecosystem, contributing as stake pool operators, developing essential tools for SPOs, and advancing Eternl, a feature-rich wallet for the Cardano blockchain.\n\nOur objectives moving forward are to leverage our technical expertise to actively contribute to governance discussions, safeguard the integrity of Cardano, and strategically guide its development in a direction that aligns with the long-term vision of the community."
},
"paymentAddress": {
"@value": "addr1q9ft0p0huc7mz08040y7cw9zfd79gd5tcnuk95qey735j9f9k47suqdav47m0lw7k4fghh0c3uwe63zunykll5und70qg9szha"
},
"qualifications": {
"@value": "Proven Track Record: Successful stake pool operations and development of key tools for SPOs.\n\nTechnical Expertise: Extensive experience in Cardano blockchain development, including the creation of the Eternl wallet."
},
"references": [
{
"@type": "Other",
"label": {
"@value": "Eternl"
},
"uri": {
"@value": "https://eternl.io"
}
},
{
"@type": "Other",
"label": {
"@value": "X"
},
"uri": {
"@value": "https://x.com/eternlwallet"
}
},
{
"@type": "Other",
"label": {
"@value": "Linktree"
},
"uri": {
"@value": "https://linktr.ee/eternlwallet"
}
}
]
}
}