Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from TBD54566975/chriswmyers
Browse files Browse the repository at this point in the history
Adding chriswmyers to the DAP registry
  • Loading branch information
cwmyers authored Jun 27, 2024
2 parents a6da44a + 72a7a0a commit 4a342e8
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
31 changes: 31 additions & 0 deletions registry/chriswmyers/did.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"id": "did:web:didpay.me:chriswmyers",
"verificationMethod": [
{
"id": "did:web:didpay.me:chriswmyers#0",
"type": "JsonWebKey",
"controller": "did:web:didpay.me:chriswmyers",
"publicKeyJwk": {
"kty": "OKP",
"crv": "Ed25519",
"x": "6xhryLAV-8ajGs2ldKwzD371n7u2QML_I8FyP-m-ylE"
}
}
],
"service": [
{
"id": "#0",
"type": "MoneyAddress",
"serviceEndpoint": [
"urn:btc:lnaddr:[email protected]"
]
},
{
"id": "#1",
"type": "MoneyAddress",
"serviceEndpoint": [
"urn:btc:addr:bc1qv28w8sn3yffrsw5dyh3e74tyc6nannqxyqwjc5"
]
}
]
}
10 changes: 10 additions & 0 deletions registry/daps/chriswmyers
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"did": "did:web:didpay.me:chriswmyers",
"proof": {
"id": "reg_01j1c51kcse32a6k0rq0xvznw9",
"handle": "chriswmyers",
"did": "did:web:didpay.me:chriswmyers",
"domain": "didpay.me",
"signature": "eyJhbGciOiJFZERTQSIsImtpZCI6ImRpZDp3ZWI6ZGlkcGF5Lm1lOmNocmlzd215ZXJzIzAifQ..PVdHLSBb7O_xZkfhg-rIahJIppGoHbyJqrzZSUPi-gK5nvw91kQJFmUBfruo2XcNszHeTolrwishMcwveZsFBg"
}
}

0 comments on commit 4a342e8

Please sign in to comment.