UNPKG

@sd-jwt/utils

Version:
42 lines (26 loc) 1.1 kB
![License](https://img.shields.io/github/license/openwallet-foundation-labs/sd-jwt-js.svg) ![NPM](https://img.shields.io/npm/v/%40sd-jwt%2Futils) ![Release](https://img.shields.io/github/v/release/openwallet-foundation-labs/sd-jwt-js) ![Stars](https://img.shields.io/github/stars/openwallet-foundation-labs/sd-jwt-js) # SD-JWT Implementation in JavaScript (TypeScript) ## SD-JWT Utils ### About Utility functions for 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/utils # using yarn yarn add @sd-jwt/utils # using pnpm pnpm install @sd-jwt/utils ``` 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/types - "js-base64": "^3.7.6" - pure js base64 implementation