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. Getting Started

Introduction

Since Identify Snap lives within Metamask itself, users won't be able to directly interact with the Snap so it has to be integrated on a website first and users interact with the snap through the website UI. As such, the first step is to integrate the Identify Snap and this section talks about how developers can do that along with integrating a simple "Hello World" feature of the Snap.

PreviousSnap PermissionsNextApplication Setup

Last updated 3 months ago

Was this helpful?