· · ·
Masca enables everyone to build their decentralized and self-sovereign identity by enhancing MetaMask with functionalities to manage DIDs, VCs, and VPs. Any website can connect to it to access identity data, and dapp developers can already start with the integration!
· · ·
Masca is built agnostic, leaving the user to choose his preferred blockchain, DID method, and data storage provider. Everything is configurable, just like selecting the network in MetaMask. Currently supported technologies:
- Blockchains: Any EVM-based blockchain that is supported by DID methods
- DID methods:
did:ethr
,did:key
,did:key (EBSI)
did:pkh
,did:jwk
,did:polygonid
,did:iden3
- Protocols: OpenID Connect, Polygon ID
- Credentials and Presentations: Create & Verify Credentials/Presentations
- Data storage providers: Local MetaMask Snap state, Ceramic Network
Many new features are already in the works. For more information, please check the roadmap on the documentation.
- MetaMask
⚠️ You need a version of MetaMask that supports Snaps
- Node.js
18
. We strongly recommend you install via NVM to avoid incompatibility issues between different node projects.- Once installed, you should also install pnpm with
npm i -g pnpm
to make working with this repository easiest.
- Once installed, you should also install pnpm with
- Run
pnpm build
- To start the Snap run
pnpm nx start @blockchain-lab-um/masca
- Snap can be tested on
localhost:8081/
or on Masca website
- To start the Website run
pnpm nx start @blockchain-lab-um/dapp
- To start the Website run
pnpm nx start @blockchain-lab-um/masca-docs
Is Masca missing some crucial features? For new features and other enhancements, please open a new issue. If you are unsure if it fits in the Snap, start a new discussion under the Discussions tab.
Masca was previously called SSI Snap; thus, the old name can still appear in some places. You can also find earlier versions of the Snap under the SSI Snap packages.
This project is dual-licensed under Apache 2.0 and MIT terms:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)