0.11.1-unstable.117 • Published 11 months ago

@sphereon/ssi-sdk.oid4vci-rest-client v0.11.1-unstable.117

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

Warning: This package still is in very early development. Breaking changes without notice will happen at this point!


ssi-sdk.oid4vci-rest-client

A SSI-SDK plugin with types/interfaces and utility functions for calling rest endpoints of OID4VCI

Installation

yarn add @sphereon/ssi-sdk.oid4vci-rest-client

Build

yarn build

Test

The test command runs:

  • prettier
  • jest
  • coverage

You can also run only a single section of these tests, using for example yarn test:unit.

yarn test

Utility scripts

There are other utility scripts that help with development.

  • yarn fix - runs eslint --fix as well as prettier to fix code style.