Socket
Book a DemoInstallSign in
Socket

@aries-framework/sd-jwt-vc

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aries-framework/sd-jwt-vc

<h1 align="c

latest
Source
npmnpm
Version
0.5.0-alpha.59
Version published
Weekly downloads
4
100%
Maintainers
3
Weekly downloads
 
Created
Source


Hyperledger Aries logo

Aries Framework JavaScript Selective Disclosure JWT VC Module

License typescript @aries-framework/sd-jwt-vc version


Installation

Add the sd-jwt-vc module to your project.

yarn add @aries-framework/sd-jwt-vc

Quick start

After the installation you can follow the guide to setup your agent and add the following to your agent modules.

import { SdJwtVcModule } from '@aries-framework/sd-jwt-vc'

const agent = new Agent({
  config: {
    /* config */
  },
  dependencies: agentDependencies,
  modules: {
    sdJwtVc: new SdJwtVcModule(),
    /* other custom modules */
  },
})

await agent.initialize()

FAQs

Package last updated on 03 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts