Skip to content

Commit

Permalink
feat: add 🟪 DIDroom to the list of agent/wallets
Browse files Browse the repository at this point in the history
Signed-off-by: Puria Nafisi Azizi <[email protected]>
  • Loading branch information
puria committed Feb 3, 2025
1 parent 5bef9d3 commit 9b5352a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
28 changes: 28 additions & 0 deletions data/wallets/forkbomb-didroom.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"capability": [
"issuer",
"holder",
"verifier"
],
"type": "cloud",
"name": "DIDroom",
"logo": "https://forkbomb.solutions/wp-content/uploads/2023/05/DIDroom_logo.svg",
"company": "Forkbomb",
"urlWebsite": "https://didroom.com/",
"urlAppStore": "https://apps.apple.com/app/6670396049",
"urlGooglePlayStore": "https://play.google.com/store/apps/details?id=com.didroom.wallet",
"urlWebApp": "https://dashboard.didroom.com/",
"downloadSource": "https://github.com/topics/didroom",
"openSource": true,
"license": "Dual: AGPL-3.0 and Commercial License",
"portability": true,
"credentialProfiles": [],
"credentialFormats": ["SD-JWT","JWT-VC", "Coconut" ],
"issuanceProtocols": ["OpenID4VCI", "Coconut"],
"keyManagements": ["did:web","did:dyne", "did:jwk", ".well-known/jwt-issuer", "pub key in X.509 cert", "raw public keys (none jwk)", "raw public keys (jwk)" ],
"presentationProtocols": ["OpenID4VP"],
"signingAlgorithms": ["ECDSA", "EdDSA", "ML-DSA", "BBS+ with public key binding", "RSA", "Coconut", "Ethereum"],
"statusManagements": [],
"trustManagements": ["Verifier knows Issuers"],
"$schema": "../../schemas/wallet.json"
}
8 changes: 7 additions & 1 deletion viewer/src/assets/schemas/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"ACDC",
"AnonCred",
"CESR/CESR Proof",
"Coconut",
"CWT",
"Gordian Envelope",
"ICAO DTC",
Expand All @@ -31,9 +32,12 @@
"enum": [
"BBS+ with public key binding",
"BoundBBS+",
"Coconut",
"CL",
"ECDSA",
"EdDSA",
"Ethereum",
"ML-DSA",
"PS",
"RSA",
"Schnorr"
Expand Down Expand Up @@ -65,6 +69,7 @@
"cose key",
"credential as secret",
"did:cheqd",
"did:dyne",
"did:ebsi",
"did:indy",
"did:ion (long form)",
Expand All @@ -86,6 +91,7 @@
"type": "string",
"enum": [
"ACDC",
"Coconut",
"ISO 23220-3",
"Issue Credential v1",
"Issue Credential v2",
Expand Down Expand Up @@ -143,4 +149,4 @@
]
}
}
}
}

0 comments on commit 9b5352a

Please sign in to comment.