@sd-jwt/decode
Version:
sd-jwt draft 7 implementation in typescript
41 lines (25 loc) • 1.03 kB
Markdown




# SD-JWT Implementation in JavaScript (TypeScript)
## SD-JWT Decode
### About
Decode SD JWT into objects
Check the detail description in our github [repo](https://github.com/openwallet-foundation/sd-jwt-js).
### Installation
To install this project, run the following command:
```bash
# using npm
npm install @sd-jwt/decode
# using yarn
yarn add @sd-jwt/decode
# using pnpm
pnpm install @sd-jwt/decode
```
Ensure you have Node.js installed as a prerequisite.
### Usage
Check out more details in our [documentation](https://github.com/openwallet-foundation/sd-jwt-js/tree/main/docs) or [examples](https://github.com/openwallet-foundation/sd-jwt-js/tree/main/examples)
### Dependencies
- @sd-jwt/types
- @sd-jwt/utils