> ## 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.

# About the Examples

> Explore focused, standalone code examples demonstrating key ACK functionalities.

# ACK Code Examples

These focused examples highlight specific roles and their functions within ACK. Each example is intended to serve as a concise source code reference to inspire and inform custom implementations.

## [Local DID Host Example](./example-local-did-host)

Provides a local server for serving `did:web` documents, ideal for local development and testing of decentralized identities.

## [Credential Issuer Example](./example-identity)

Illustrates the issuance, verification, and revocation of cryptographically secure credentials.

## [Credential Verifier Example](./example-verifier)

Demonstrates credential verification through a lightweight verifier server.
