
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
dvlprsh-wallet-core-test
Advanced tools
The Simplest Wallet Core SDK in Typescript.
Effortless credential handling. Fully standards-compliant.
| eIDAS 2.0 | W3C VCDM | SD-JWT VC | OIDC4VCI | OIDC4VP | ISO/IEC 18013 | Token Status List |
|---|---|---|---|---|---|---|
| ARF 2.0 ✅ | VCDM 2.0 ✅/ 1.4 ✅/ 1.1 ✅ | draft 09 ✅ | draft 15 ✅ | draft 28 ✅ | Part 5 / Part 7 | draft 11 ✅ |
| Platform | Status |
|---|---|
| Web | ✅ |
| React Native(Expo) | ✅ |
| Node.js | ✅ |
// Initialize wallet
const wallet = new Wallet();
// 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 credentials with query
const credentials = await wallet.load(['name', 'age']);
// Present Credentials
const presentation = await wallet.present(credentials);

| SD-JWT VC | OIDC4VCI | OIDC4VP | Token Status List |
|---|---|---|---|
| draft 07 | Implementors draft v1 | draft 20 | draft 05 |
We are interoperable with
| Name | Interoperable |
|---|---|
| Lissi | ⌛ |
| Amino Funke | ⌛ |
MIT
FAQs
The Simplest Wallet SDK in Typescript
We found that dvlprsh-wallet-core-test demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.