Skip to content

Commit

Permalink
New Identity (#1059)
Browse files Browse the repository at this point in the history
Closes: #1058

---------

Co-authored-by: Christian Montoya <[email protected]>
Co-authored-by: Frederik Bolding <[email protected]>
  • Loading branch information
3 people authored Feb 11, 2025
1 parent b67e0e3 commit d6e8813
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion src/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,37 @@
}
}
},
"npm:@hashgraph/hedera-identify-snap": {
"id": "npm:@hashgraph/hedera-identify-snap",
"metadata": {
"name": "Identify",
"author": {
"name": "Tuum Technologies",
"website": "https://www.tuum.tech/"
},
"website": "https://docs.tuum.tech/identify/identify-snap/snap-rpc-apis/basic-apis/hello#live-demo-on-codepen",
"summary": "Turn MetaMask into a DID wallet. Support for Decentralized Identifiers (DIDs) and Verifiable Credentials (VCs)",
"description": "Identify Snap extends MetaMask's features by adding support for Decentralized Identifiers (DIDs) and Verifiable Credentials (VCs), thereby turning MetaMask into a DID wallet.\n\nIdentify Snap supports 3 DID methods - did:pkh, did:key and did:hedera and users can choose between the 3 methods. More methods will be supported in the future.\n\nExamples of use cases for Identify Snap include:\n- Secure access control: Identify Snap can be employed for authentication and authorization purposes, granting users secure access to various online services and resources based on their verifiable credentials.\n- Credential management: Users can create, manage, and verify their credentials, such as educational qualifications or professional certifications, with the added convenience and security provided by the MetaMask extension.\n- Decentralized identity management: Identify Snap empowers users to establish and maintain control over their digital identities through the use of DIDs and VCs, thus ensuring privacy, security, and reduced reliance on centralized authorities.",
"audits": [
{
"auditor": "Cure53",
"report": "https://cure53.de/pentest-report_hedera-snap_v3.pdf"
}
],
"category": "interoperability",
"support": {
"contact": "https://discord.gg/BsDqX3fhq4",
"faq": "https://docs.tuum.tech/identify/basics/faqs",
"knowledgeBase": "https://docs.tuum.tech/identify"
},
"sourceCode": "https://github.com/hashgraph/hedera-metamask-snaps/tree/main/packages/hedera-identify-snap/packages/snap"
},
"versions": {
"0.2.1": {
"checksum": "G0wvMOcnrXDw3J6hZkGXH4p/xSgF9axYIW16wkdFAf0="
}
}
},
"npm:@tuum-tech/identify": {
"id": "npm:@tuum-tech/identify",
"metadata": {
Expand All @@ -236,7 +267,6 @@
"report": "https://github.com/tuum-tech/identify/blob/main/SNAP_AUDIT_REPORT_BY_CURE53.pdf"
}
],
"category": "interoperability",
"support": {
"contact": "mailto:[email protected]",
"faq": "https://docs.tuum.tech/identify/basics/faqs",
Expand Down

0 comments on commit d6e8813

Please sign in to comment.