Kallol Borah

Verified Wallet - Self custodial blockchain wallet based on MPC technology

The Verified Wallet is a chrome browser extension that provides a self custodial wallet for keys and assets on ethereum compatible blockchains. The Verified Wallet differentiates itself by using a MPC algorithm to shard and assemble keys using smart contracts.

Add a comment

Replies

Best
Kallol Borah
Maker
📌
Blockchain wallets such as metamask are shrink wrapped apps. We wanted to build a reusable module as well that independent software developers can use to build their own wallets, so here is the NPM link to the Verified Custody module - https://www.npmjs.com/package/@v... - that is also used in the wallet we have published on the Chrome store. Feel free to use it and if you need support, contact us on our discord - https://discord.com/invite/N5xYe... The Verified Custody module does not store private keys on the local browser or device. It uses a combination of MPC algorithms to shard, store and assemble private keys on the fly, thereby having no single point of failure.