Skip to content

Instantly share code, notes, and snippets.

@kostysh
Created June 24, 2020 17:19
Show Gist options
  • Save kostysh/251e3281d9896f1afd4a1bd428a9873e to your computer and use it in GitHub Desktop.
Save kostysh/251e3281d9896f1afd4a1bd428a9873e to your computer and use it in GitHub Desktop.
New Simard ORG.JSON
{
"@context": [
"https://www.w3.org/ns/did/v1",
"https://windingtree.com/ns/orgid/v1"
],
"id": "did:orgid:0x349aa79c56cdfe48e1330b434e2e7ec6ebc3303ed0d42aa4a98d9ef8dda2991a",
"created": "2019-01-01T13:10:02.251Z",
"updated": "2020-05-21T13:20:06.398Z",
"publicKey": [
{
"id": "did:orgid:0x349aa79c56cdfe48e1330b434e2e7ec6ebc3303ed0d42aa4a98d9ef8dda2991a#firstkey",
"type": "X25519",
"controller": "did:orgid:0x349aa79c56cdfe48e1330b434e2e7ec6ebc3303ed0d42aa4a98d9ef8dda2991a",
"publicKeyPem": "MCowBQYDK2VuAyEAbiR4HzIZUp1EVvPNo9SkqqeW1gFegxeTr00AFnT35Sg=",
"note": "Key 1"
},
{
"id": "did:orgid:0x349aa79c56cdfe48e1330b434e2e7ec6ebc3303ed0d42aa4a98d9ef8dda2991a#secondkey",
"type": "secp256k1",
"controller": "did:orgid:0x349aa79c56cdfe48e1330b434e2e7ec6ebc3303ed0d42aa4a98d9ef8dda2991a",
"publicKeyPem": "MFYwEAYHKoZIzj0CAQYFK4EEAAoDQgAEBJML80bkZOMpYXnWmDWfIfvMH5LldhPPWtPhg9EWgDCpBNyyaD1J04oWC7ajum4FrnzApdFHpQALcqPWFtPTuQ==",
"note": "Key 2"
}
],
"service": [],
"trust": {
"assertions": [
{
"type": "dns",
"claim": "simard.io",
"proof": "TXT"
},
{
"type": "domain",
"claim": "simard.io",
"proof": "https://simard.io/orgid.txt"
}
],
"credentials": []
},
"legalEntity": {
"legalName": "Simard OÜ",
"alternativeName": "Simard",
"legalIdentifier": "14905495",
"identifiers": [],
"legalType": "OÜ",
"registeredAddress": {
"country": "EE",
"subdivision": "37",
"locality": "Tallinn",
"postalCode": "10115",
"streetAddress": "Tartu mnt 67/1",
"premise": "13b"
},
"locations": [],
"contacts": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment