generated from MetaMask/metamask-module-template
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes: #1058 --------- Co-authored-by: Christian Montoya <[email protected]> Co-authored-by: Frederik Bolding <[email protected]>
- Loading branch information
1 parent
b67e0e3
commit d6e8813
Showing
1 changed file
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:[email protected]", | ||
"faq": "https://docs.tuum.tech/identify/basics/faqs", | ||
|