Skip to content

Commit

Permalink
Introduce jsonld document specifying ERC-735 claim signatures.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1cm1c committed Jan 29, 2024
1 parent 7d94432 commit 520585c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions specs/lds-ecdsa-secp256k1-erc-735-recovery2023-1.0.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"@context": {
"id": "@id",
"type": "@type",
"@protected": true,
"proof": {
"@id": "https://w3id.org/security#proof",
"@type": "@id",
"@container": "@graph"
},
"EcdsaSecp256k1Erc735RecoveryMethod2023": {
"@id": "https://github.com/ethereum/eips/issues/735",
"@context": {
"@protected": true,
"id": "@id",
"type": "@type",
"controller": {
"@id": "https://w3id.org/security#controller",
"@type": "@id"
},
"blockchainAccountId": "https://w3id.org/security#blockchainAccountId",
"publicKeyJwk": {
"@id": "https://w3id.org/security#publicKeyJwk",
"@type": "@json"
}
}
}
}
}

0 comments on commit 520585c

Please sign in to comment.