This repo contains .well-known files for FormFree Holdings Corporation
For more information about DCX, check out the following links
- TBD54566975/incubation-dcx TBD incubation repo
- @dcx-protocol/root NPMJS Package
These are DWN protocols for the issuer and applicant side of DCX, as well as the full exchange (both sides). Protocols define the CRUD operations permitted by on the different DWN records defined in the Schemas section below. Credential Exchange Protocol is not implemented directly. It is implemented separately but is provided here for reference.
-
- Schema definition for application DWN records
- Submitted by DCX applicants to DCX issuer DWNs
- Includes the actual input credential proofs of credentials currently held by DCX applicants
- Used to request a new output credential from a DCX issuer
-
- Schema definition for manifest DWN records
- Created by issuers in their own DWNs
- Conforms to the DIF spec for credential manifests
- Defines the input credentials required to obtain an output credential and the type of output credential
- Read by applicants and used to know what credentials they need to acquire before requesting an output credential from a DCX issuer
-
- Schema definition for response DWN records;
- Created by DCX issuers in response to an application record
- Contains either an approval + output VC or a denial + reasoning
-
- Optional Schema definition for invoice DWN records
- Created by DCX issuers and sent to DCX applicant DWNs
- Currently unimplemented in the DCX npm package