LogoLogo
ProductsCommunityGitHubShare Feedback
Apps
Apps
  • Getting Started
  • Solutions
    • Web Wallet
      • Quick Start
      • Try it out!
      • Full Guide
        • Source code
        • Docker images
      • Authentication
      • Functions
      • Architecture
      • Configurations
        • Host
        • Credentials
        • Tokens
        • Storage
    • Verifier Portal
    • Issuer Portal
  • Community
    • Discord
    • Twitter
    • Newsletter
    • GitHub Discussions
  • DEVELOPER RELATIONS
    • Contribute
    • Roadmap
    • Share Feedback
    • Contact
  • Product Editions
    • Open Source | Always Free
    • Enterprise | Self-Managed
    • Cloud Platform | Managed
Powered by GitBook
On this page
  • Credential functions
  • Token functions
  • Key functions
  • DID functions

Was this helpful?

Export as PDF
  1. Solutions
  2. Web Wallet

Functions

PreviousAuthenticationNextArchitecture

Last updated 1 year ago

Was this helpful?

Considering the context, web-wallet offers the following functions:

  • - functions related to verifiable credentials

  • - functions related to crypto collectibles

  • - display and manage cryptographic keys

  • - display and manage DID methods

For more details about the available functions, check out the which offers the option to explore all features in an overview list.

Credential functions

  • view - display verifiable credentials

    • JSON format

    • QR-code

  • delete - delete a credential from wallet

  • receive - accept / reject credentials

    • synchronously - with a request string, either:

      • scanned from a QR code

      • or input explicitly

    • asynchronously - by means of the push-notifications service

  • present - scan a credential presentation request

Token functions

  • addresses - display and manage crypto wallets addresses

  • tokens - display (and manage) crypto collectibles (NFTs)

Key functions

  • import (JWK or PEM) - import any key (private or public) to wallet

  • create - generate a key (private or public)

  • view - display key information, such as algorithm, key-id or crypto-provider

  • delete - delete a key from wallet

  • export (JWK or PEM) - export a wallet key (private or public) using a given format

DID functions

  • view - display the DID document of a DID url

    • JSON format

    • QR-code

  • create - create a new DID using the available DID methods

token functions
key functions
DID functions
feature list
credential functions