LogoLogo
  • Basics
    • Introduction
    • Decentralized Identifiers
    • Veramo
    • Roadmap
    • FAQs
  • Identify Snap
    • Snap Architecture
    • Snap Account
    • Snap RPC APIs
      • Basic APIs
        • hello
      • Snap APIs
        • togglePopups
      • Account APIs
        • getAccountInfo
      • DID APIs
        • getAvailableDIDMethods
        • getCurrentDIDMethod
        • switchMethod
        • resolveDID
      • Verifiable Credentials APIs
        • createVC
        • saveVC
        • getVCs
        • syncGoogleVCs
        • verifyVC
        • removeVC
        • deleteAllVCs
        • createVP
        • verifyVP
      • Google Drive APIs
        • configureGoogleAccount
    • Snap Plugins
    • Snap Permissions
  • Getting Started
    • Introduction
    • Application Setup
    • Hello World
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Identify Snap

Snap Plugins

PreviousconfigureGoogleAccountNextSnap Permissions

Last updated 4 months ago

Was this helpful?

To promote modularity and support the MetaMask Snap ecosystem, we've created plugins like the Snap Data Store plugin for private key management, DID operations, and VC storage within MetaMask's secure environment. Additionally, the Google Drive Data Store plugin enables remote VC storage on a user's personal Google Drive, allowing seamless syncing of Identify Snap data across browsers and devices. By making these plugins modular and independent, other snaps can also utilize them in their projects, encouraging code reuse for similar tasks.

You can check out the plugins that we have developed at our .

plugins repository