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

Commit

Permalink
add miclovin (#22)
Browse files Browse the repository at this point in the history
* register miclovin
* add money addresses
  • Loading branch information
mistermoe authored Aug 28, 2024
1 parent 2cdfb40 commit a74ecdd
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
10 changes: 10 additions & 0 deletions registry/daps/miclovin
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"did": "did:web:didpay.me:miclovin",
"proof": {
"id": "reg_01j6bwwjccf3qa80n9n29jprj9",
"handle": "miclovin",
"did": "did:web:didpay.me:miclovin",
"domain": "didpay.me",
"signature": "eyJhbGciOiJFZERTQSIsImtpZCI6ImRpZDp3ZWI6ZGlkcGF5Lm1lOm1pY2xvdmluIzAifQ..yLpDPuzHPVyiU65GpAp66qqieh90sVvRmjaXGWYltobDsiymXbzxbKACzdxH-1n4nuE6y9Tu34zD5fBbdTqBCw"
}
}
31 changes: 31 additions & 0 deletions registry/miclovin/did.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"id": "did:web:didpay.me:miclovin",
"verificationMethod": [
{
"id": "did:web:didpay.me:miclovin#0",
"type": "JsonWebKey",
"controller": "did:web:didpay.me:miclovin",
"publicKeyJwk": {
"kty": "OKP",
"crv": "Ed25519",
"x": "P6fC9BNp3u-QF-w71OiC3R5XtkCJxNobNawiM_V3ahI"
}
}
],
"service": [
{
"id": "#0",
"type": "MoneyAddress",
"serviceEndpoint": [
"urn:usdc:eth:0x65126bdaFA9C35ca455234f934ed375992408664"
]
},
{
"id": "#0",
"type": "MoneyAddress",
"serviceEndpoint": [
"urn:btc:addr:36AmhwJ6xKPVspMVC4QWBEByCMphLdCpVM"
]
}
]
}

0 comments on commit a74ecdd

Please sign in to comment.