Package Exports
- @sd-jwt/present
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@sd-jwt/present) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
SD-JWT Implementation in JavaScript (TypeScript)
SD-JWT Present
About
Present SD JWT
Check the detail description in our github repo.
Installation
To install this project, run the following command:
# using npm
npm install @sd-jwt/present
# using yarn
yarn add @sd-jwt/present
# using pnpm
pnpm install @sd-jwt/presentEnsure you have Node.js installed as a prerequisite.
Usage
Check out more details in our documentation or examples
Dependencies
- @sd-jwt/decode
- @sd-jwt/types
- @sd-jwt/utils