@inrupt/solid-client-vc
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Inrupt client library for Verifiable Credentials

Contributor Covenant

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to engineering@inrupt.com.

This library is still in alpha state

This library is a client library designed to interact with servers implementing the W3C VC HTTP APIs.

More documentation will be added when the library matures.

Supported environments

Our JavaScript Client Libraries use relatively modern JavaScript, aligned with the ES2018 Specification features, we ship both ESM and CommonJS, with type definitions for TypeScript alongside.

This means that out of the box, we only support environments (browsers or runtimes) that were released after mid-2018, if you wish to target other (older) environments, then you will need to cross-compile our SDKs via the use of Babel, webpack, SWC, or similar.

If you need support for Internet Explorer, it is recommended to pass them through a tool like Babel, and to add polyfills for e.g. Map, Set, Promise, Headers, Array.prototype.includes, Object.entries and String.prototype.endsWith.

Node.js Support

Our JavaScript Client Libraries track Node.js LTS releases, and support 18.x and 20.x.

Changelog

See the release notes.

License

MIT © Inrupt

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @inrupt/solid-client-vc

Weekly Downloads

355

Version

1.0.2

License

MIT

Unpacked Size

1.1 MB

Total Files

83

Last publish

Collaborators

  • astrid.vazquez
  • timbl
  • rubenverborgh
  • nseydoux
  • pmcb55
  • inrupt_ci