-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdrep-anchor.js
More file actions
101 lines (101 loc) · 3.82 KB
/
Copy pathdrep-anchor.js
File metadata and controls
101 lines (101 loc) · 3.82 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
const dRepMetadata = {
"@context": {
"@language": "en-us",
CIP100: "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0100/README.md#",
CIP108: "https://github.com/cardano-foundation/CIPs/blob/master/CIP-0108/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",
referenceHash: {
"@id": "CIP108:referenceHash",
"@context": {
hashDigest: "CIP108:hashDigest",
hashAlgorithm: "CIP100:hashAlgorithm"
}
}
}
},
comment: "CIP100:comment",
externalUpdates: {
"@id": "CIP100:externalUpdates",
"@context": {
title: "CIP100:update-title",
uri: "CIP100:update-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",
title: "CIP108:title",
abstract: "CIP108:abstract",
rationale: "CIP108:rationale"
}
},
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: [
{
name: "MESH",
witness: {
publicKey: "",
signature: "",
witnessAlgorithm: ""
}
}
],
hashAlgorithm: "blake2b-256",
body: {
comment: "Mesh is an open-source project focused on building quality developer tools for Web3 builders at the Cardano Ecosystem. The Mesh DRep is operated collectively by Mesh core contributors.",
externalUpdates: [],
abstract: "Mesh is an open-source project focused on building quality developer tools for Web3 builders at the Cardano Ecosystem. The Mesh DRep is operated collectively by Mesh core contributors.",
rationale: "",
title: "MESH - DRep",
givenName: "MESH",
image: {
"@type": "ImageObject"
},
motivations: "The biggest threat to Governance is apathy, or worse, uninformed engagement. As long-time Cardano builders, we see it as our responsibility to participate meaningfully in Cardano’s governance. It matters to us because we build on it every day",
objectives: "We are a no-drama, no-politics DRep. We don’t engage in public disputes nor do we take side with any political entities or parties. We prefer writing code over tweeting, and contributing over disrupting",
paymentAddress: "addr1zy4uesaj92wk8ljlsh4p7jzndnzrflchaz5fzug3zxg4nayafhxhu32dys6pvn6wlw8dav6cmp4pmtv7cc3yel9uu0nqn6xrah",
qualifications: "We’ve been building non-stop on Cardano for years. We’re experienced developers with a deep personal and professional stake in the ecosystem. Governance affects our work and our future, so we’re here to help guide it with integrity and care",
references: [
{
"@type": "Link",
label: "https://meshjs.dev/",
uri: "https://meshjs.dev/"
}
]
}
};