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

register blackgirlbytes #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions registry/blackgirlbytes/did.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"id": "did:web:didpay.me:blackgirlbytes",
"verificationMethod": [
{
"id": "did:web:didpay.me:blackgirlbytes#0",
"type": "JsonWebKey",
"controller": "did:web:didpay.me:blackgirlbytes",
"publicKeyJwk": {
"kty": "OKP",
"crv": "Ed25519",
"x": "28_3er2o5EohzU0iPd-U1K_QTioR506K3Ou_dRI8Wcg"
}
}
],
"service": [
{
"id": "#0",
"type": "MoneyAddress",
"serviceEndpoint": [
"urn:btc:addr:bc1qdgqk4sgs2c6pm5pwgvn3c0q5tcgu2cv05srqpm"
]
},
{
"id": "#1",
"type": "MoneyAddress",
"serviceEndpoint": [
"urn:btc:lnaddr:lnbc1pn2mrg0dqdgdshx6pqg9c8qpp509tcfkmfv7mk4lvyak5gfcv4drnwp6cp8vv663vct4rdlhewc8pssp5lsap28cegvjcrswpm5e5cezkxvf3qee2tqmcm5zuugydrk5ja6kq9qrsgqcqpcxqy8ayqrzjqv06k0m23t593pngl0jt7n9wznp64fqngvctz7vts8nq4tukvtljqzl47uqqt4cqqqqqqqqqqqqqqqqq9grzjqtsjy9p55gdceevp36fvdmrkxqvzfhy8ak2tgc5zgtjtra9xlaz97pmzxsqqdhsqqcqqqqqqqqqqqqqq9gyh6t7g40gr9mla5gmkpklfzwydy3z3tksx5q5z7gy6mwqp5za86jz8t78v0gud2sqhcpq2j2p3zfmm4zec9z2cvjexkwm08xkd6mawqq9wtun4"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a (bolt-11) lighting invoice, which are only safe to use once.

lnaddr is intended to be used with a "lightning address" (i.e. something that looks like an email), which can be used to resolve a new (bolt-11) lightning invoice for each payment, meaning it's re-usable.

]
}
]
}
10 changes: 10 additions & 0 deletions registry/daps/blackgirlbytes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"did": "did:web:didpay.me:blackgirlbytes",
"proof": {
"id": "reg_01j4az9qnre12sats3fkkt17q1",
"handle": "blackgirlbytes",
"did": "did:web:didpay.me:blackgirlbytes",
"domain": "didpay.me",
"signature": "eyJhbGciOiJFZERTQSIsImtpZCI6ImRpZDp3ZWI6ZGlkcGF5Lm1lOmJsYWNrZ2lybGJ5dGVzIzAifQ..gETZr_OP2uk0hyOMgKYInkxrxhdELaRmHV5GvprEGJhu692-wBJAvr3Ztl_ztiWhNyoihX0Zs6i6ZL24TxH-Dg"
}
}