-
Notifications
You must be signed in to change notification settings - Fork 2
/
MartinLang_DRep.json
123 lines (123 loc) · 4.72 KB
/
MartinLang_DRep.json
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
{
"@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"
}
}
}
}
},
"hashAlgorithm": "blake2b-256",
"body": {
"title": "Martin Lang - DRep",
"abstract": "My name is Martin Lang, i am a Developer/Ambassador/SPO/Tool-Provider since the ITN-Tesnet days. I created tools like the SPO-Scripts, Cardano-Signer or one that helps people to use there HW-Wallet seeds for a disaster recovery.",
"motivations": "I am a Ambassador/Developer/Tool-provider/SPO on Cardano since the ITN Testnet. Making Cardano to the best blockchain out there is my passion.",
"rationale": "Let's keep up the good work on cardano.",
"paymentAddress": "addr1v9alunnka0sjm2px9ltwufrrj82yjy9qu45dpa7rze2h7agenhx54",
"givenName": "Martin Lang",
"image": {
"@type": "ImageObject",
"contentUrl": "https://raw.githubusercontent.com/gitmachtl/cardano-related-stuff/master/MartinLang.jpg",
"sha256": "c519440cd06d29851e8850a46d1c6c92832272e0b9d2a0c631cc1221e0c8b7bc"
},
"objectives": "I am doing testing and developent on cardano in all Testnets, working together with many other tool-providers to push cardano forward.",
"qualifications": "Stakepool Operator, Developer of tools like SPO-Scripts, Cardano-Signer, Cardano-Mnemonic-Rootkey, Part of the Team who brought Cardano to Ledger-Live, Testing of HW-Wallet stuff on Ledger/Trezor...",
"references": [
{
"@type": "Other",
"label": "SPO-Scripts",
"uri": "https://github.com/gitmachtl/scripts"
},
{
"@type": "Other",
"label": "Cardano-Signer",
"uri": "https://github.com/gitmachtl/cardano-signer"
},
{
"@type": "Other",
"label": "Cardano-Mnemonic-Rootkey",
"uri": "https://github.com/gitmachtl/cardano-related-stuff/tree/master/cardano-mnemonic-rootkey"
},
{
"@type": "Other",
"label": "Stakepool ATADA",
"uri": "https://stakepool.at"
}
],
"comment": "My name is Martin Lang, i am a Ambassador/Developer/Tool-Provider/SPO since the ITN-Tesnet days. I created tools like the SPO-Scripts, Cardano-Signer or one that helps people to use there HW-Wallet seeds for a disaster recovery.",
"externalUpdates": [
{
"title": "Github",
"uri": "https://github.com/gitmachtl"
}
]
},
"authors": [
{
"name": "Martin Lang",
"witness": {
"witnessAlgorithm": "ed25519",
"publicKey": "3f00a199ed27fb40d7ec8595d2d5dd66d0671a5d3159c53ebe265e682589580f",
"signature": "2a2ca4d780b30b50d5c1e115d821838211118cad0e0ee39b077986334db364e891fe0e9b0bad81edc3f8a056872a7d32e5083dfad939b30cd7157a7e9c6f5103"
}
}
]
}