Installation#
Inrupt provides the following JavaScript libraries:
Library |
Description |
---|---|
|
|
|
A set of libraries for authenticating to Solid identity servers:
|
|
A client library for managing access requests and grants. |
|
A client library for subscribing to change notifications. |
|
A library that provides convenience objects for many RDF-related identifiers from various existing vocabularies. |
|
A library that provides convenience objects for many
Solid-related identifiers. Previously released as |
|
A library that provides convenience objects for Inrupt-related
identifiers. Previously released as |
Install#
You can use npm to install the libraries.
For example, to install the solid-client
, solid-client-authn-browser
,
and vocab-common-rdf
libraries:
npm install @inrupt/solid-client @inrupt/solid-client-authn-browser @inrupt/vocab-common-rdf
See also:
Next Steps#
For examples in using the libraries, see Using the Libraries.