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.
Version is 1.2.6 Closes #382 <!-- Thanks for your contribution! Take a moment to answer these questions so that reviewers have the information they need to properly understand your changes: * What is the current state of things and why does it need to change? * What is the solution your changes offer and how does it work? Are there any issues or other links reviewers should consult to understand this pull request better? For instance: * Fixes #12345 * See: #67890 --> --------- Co-authored-by: Christian Montoya <[email protected]>
- Loading branch information
1 parent
2785cee
commit 0b65cbf
Showing
1 changed file
with
57 additions
and
0 deletions.
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 |
---|---|---|
|
@@ -1952,6 +1952,63 @@ | |
} | ||
} | ||
}, | ||
"npm:@silencelaboratories/silent-shard-snap": { | ||
"id": "npm:@silencelaboratories/silent-shard-snap", | ||
"metadata": { | ||
"name": "Silent Shard", | ||
"hidden": true, | ||
"author": { | ||
"name": "Silence Laboratories", | ||
"website": "https://www.silencelaboratories.com/" | ||
}, | ||
"website": "https://snap.silencelaboratories.com", | ||
"summary": "2FA-like transaction approvals on phone with Silent Shard Snap", | ||
"description": "The Silent Shard Snap brings a balanced notion of usability, security and user-empowerment with its “Distributed Self-Custody” design which leverages MPC cryptography. Using this Snap, users of accounts, inside MetaMask, would still have pure self-custody (all key shards are under user control and possession), while the key shards are distributed between their browser wallet and phone. \n\nSilent Shard enables an experience where the user is requested to approve transactions on their paired phone. This brings the user flow of the web3 wallet closer and more conforming to conventional 2FA, which is well accepted in traditional internet banking and fintech applications. \n\nThe Snap supports features like instant backup and recovery, and transaction security insights are to come. You can now bid goodbye to a seed phrase as a single point of failure and enjoy a fully decentralised experience.", | ||
"audits": [ | ||
{ | ||
"auditor": "Cure53", | ||
"report": "https://cure53.de/pentest-report_silencelabs-snap.pdf" | ||
}, | ||
{ | ||
"auditor": "Cure53", | ||
"report": "https://cure53.de/audit-report_silencelabs-ecdsa-lib.pdf" | ||
}, | ||
{ | ||
"auditor": "Cure53", | ||
"report": "https://cure53.de/pentest-report_silencelabs-apps.pdf" | ||
} | ||
], | ||
"support": { | ||
"faq": "https://www.silencelaboratories.com/silent-shard-snap#faq", | ||
"contact": "mailto:[email protected]", | ||
"keyRecovery": "https://github.com/silence-laboratories/silent-shard-offline-recovery-tool" | ||
}, | ||
"sourceCode": "https://github.com/silence-laboratories/silent-shard-snap", | ||
"additionalSourceCode": [ | ||
{ | ||
"name": "ECDSA TSS Algorithm", | ||
"url": "https://github.com/silence-laboratories/ecdsa-tss-js" | ||
}, | ||
{ | ||
"name": "Dapp", | ||
"url": "https://github.com/silence-laboratories/silent-shard-dapp" | ||
}, | ||
{ | ||
"name": "Mobile App", | ||
"url": "https://github.com/silence-laboratories/silent-shard-mobile" | ||
}, | ||
{ | ||
"name": "Flutter SDK", | ||
"url": "https://github.com/silence-laboratories/silent-shard-flutter-sdk" | ||
} | ||
] | ||
}, | ||
"versions": { | ||
"1.2.6": { | ||
"checksum": "HCOp9b2PGeUPCpEthvGWnn2jnKPYYf6nZnBc8KXVwuc=" | ||
} | ||
} | ||
}, | ||
"npm:@metamask/snap-simple-keyring-snap": { | ||
"id": "npm:@metamask/snap-simple-keyring-snap", | ||
"metadata": { | ||
|