OCA libraries
For simplified integration, the community continues to build libraries that use OCA in different frameworks, networks, and other ecosystems. OCA integration into enterprise systems can happen through those libraries.
oca.js: a WASM package with bindings to JavaScript. It is designed for creating OCA object with builder pattern.
oca.js-form-core (source): a package for parsing OCA object to other structure that is more relevant for handling forms.
oca.js-form-html (source): a package for rendering HTML element of OCA Form or OCA Credential from Structure returned from oca.js-form-core.
Deprecated (use oca.js-form-html instead):
oca-form: a library containing Vue components to enable OCA objects to resolve in Vue system applications efficiently. This library powers the OCA Editor and is used in the HCF Aries Toolbox modification to demonstrate safe and secure data flows.