From d6e8813b126179ad3faac5ddf2a30bcaca2e4d10 Mon Sep 17 00:00:00 2001 From: khanti42 Date: Tue, 11 Feb 2025 18:28:09 +0100 Subject: [PATCH] New Identity (#1059) Closes: #1058 --------- Co-authored-by: Christian Montoya Co-authored-by: Frederik Bolding --- src/registry.json | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/src/registry.json b/src/registry.json index 7afc374e..e5473a03 100644 --- a/src/registry.json +++ b/src/registry.json @@ -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": { @@ -236,7 +267,6 @@ "report": "https://github.com/tuum-tech/identify/blob/main/SNAP_AUDIT_REPORT_BY_CURE53.pdf" } ], - "category": "interoperability", "support": { "contact": "mailto:developer@tuum.tech", "faq": "https://docs.tuum.tech/identify/basics/faqs",