Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ReferenceImplementation.md #105

Merged
merged 2 commits into from
Jun 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions website/docs/tools-and-support/ReferenceImplementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ import Disclaimer from '../\_disclaimer.mdx';
<Disclaimer />

# 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 |
| Digital Link Resolver | https://github.com/gs1/GS1_DigitalLink_Resolver_CE | Tool that enables to go from the identifier to more information about the identified object including a DPP | |
| 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 |

Loading