Resource Auditor

DDXF resource auditor solution for resource providers

The resource provider that wishes to avail this service can select the auditor to verify the data before generating the dataid. The auditor can use the marketplace API to access the data that is to be verified.

The auditor can also choose to perform claim verification via trust anchors. Once the verification is complete, the party can proceed with other operations.

Marketplace API

Marketplace API can be used to fetch details regarding the data using the orderId. The auditor fixes the data verification result parameter.

 {
    orderId: 'orderId',
    isCer: true,
  }

Trust Anchor Data Verification

For details, please refer to the claim issue section.

Once the verification process is completed, the marketplace automatically synchronizes the verification details.

Last updated