@sd-jwt/present
Version:
sd-jwt draft 7 implementation in typescript
42 lines (26 loc) • 1.07 kB
Markdown




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