Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

dvlprsh-wallet-core-test

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dvlprsh-wallet-core-test

The Simplest Wallet SDK in Typescript

latest
npmnpm
Version
0.2.6
Version published
Maintainers
1
Created
Source

hDCX

The Simplest Wallet Core SDK in Typescript.

Effortless credential handling. Fully standards-compliant.

  • Minimal API surface: intuitive and easy to integrate
  • Fast and lightweight: ideal for web, mobile, and embedded environments
  • Fully compliant: aligns with modern standards like SD-JWT, W3C VC, and eIDAS 2.0

Supported Standards

eIDAS 2.0W3C VCDMSD-JWT VCOIDC4VCIOIDC4VPISO/IEC 18013Token Status List
ARF 2.0 ✅VCDM 2.0 ✅/ 1.4 ✅/ 1.1 ✅draft 09 ✅draft 15 ✅draft 28 ✅Part 5 / Part 7draft 11 ✅

Supported Platforms

PlatformStatus
Web
React Native(Expo)
Node.js

Quick Start

Wallet initialization

// Initialize wallet
const wallet = new Wallet();

Receive and save credentials

// You get the url or data for issued credentials
const issuePayload = await scanQRCode(); // or deeplink or NFC/BLE

// The library will recognize the method and will get it for you
const credentials = await wallet.receive(issuePayload);

// Then you can save credentials
await wallet.save(credentials);

Load and present credentials

// Load credentials with query
const credentials = await wallet.load(['name', 'age']);

// Present Credentials
const presentation = await wallet.present(credentials);

img

Backwards compatibility

SD-JWT VCOIDC4VCIOIDC4VPToken Status List
draft 07Implementors draft v1draft 20draft 05

Interoperability

We are interoperable with

NameInteroperable
Lissi
Amino Funke

License

MIT

Keywords

sd-jwt

FAQs

Package last updated on 03 Jul 2025

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