> ## Documentation Index
> Fetch the complete documentation index at: https://www.agentcommercekit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Credential Verifier Example

> An example of how to run a simple Credential Verifier.

## Overview

This example demonstrates how to run a simple Credential Verifier server, which is useful for local development and testing credential verification.

## Installation and Setup

To prepare the environment and install dependencies, run the setup from within the verifier example directory (e.g., from project root: `./examples/verifier`):

```sh theme={null}
pnpm run setup
```

## Running the Server

Start the Credential Verifier server locally:

```sh theme={null}
pnpm run dev
```

This will launch the verifier server, ready for local credential verification operations.

## References

* [Verifiable Credentials Data Model Specification](https://www.w3.org/TR/vc-data-model/)
* [This Example's Source Code](https://github.com/agentcommercekit/ack/tree/main/examples/verifier)
