diff --git a/website/docs/tools-and-support/ReferenceImplementation.md b/website/docs/tools-and-support/ReferenceImplementation.md index 7767eee0..6abf28c9 100644 --- a/website/docs/tools-and-support/ReferenceImplementation.md +++ b/website/docs/tools-and-support/ReferenceImplementation.md @@ -8,3 +8,13 @@ import Disclaimer from '../\_disclaimer.mdx'; # Reference Implementation + +The following tools make up a reference implementation. + +| Tool | Link | Description | Status | +| ------------- | ------------- | ------------- | ------------- | +| Project VC Kit | https://github.com/uncefact/project-vckit | This is a tool that verifies and issues credentials. | Active Development | +| Mock Apps | https://github.com/uncefact/tests-untp/tree/next/packages/mock-app | Tool to build testable supply chain implementations to enable testing and validation of your DPPs and supply chain | Active Development | +| Identity Resolver | https://github.com/uncefact/project-identity-resolver | Tool that enables to go from the identifier to more information about the identified object including a DPP | Not yet release (expected Sept 2024)| +| UNTP Test Suite | https://github.com/uncefact/tests-untp/tree/next/packages/untp-test-suite | Provides tooling for implementers to validate their DPP's across the 3 tiers (correct credential, correct schema, and correct choreography) | Active Development | +