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

# Examples

> Practical Armory CLI workflows for payment setup and verification

# CLI Examples

## Merchant API + Viem Buyer

```bash theme={null}
armory create bun-server merchant-api
cd merchant-api
bun install
bun run dev

cd ..
armory create viem-client buyer-app
cd buyer-app
bun install
PRIVATE_KEY=0xYOUR_PRIVATE_KEY bun run dev
```

## Validate a Target Payment Pair

```bash theme={null}
armory validate network base
armory validate token usdc
```

## Inspect Endpoint Requirements

```bash theme={null}
armory verify http://localhost:3000/api/premium
```

## Explore Supported Config

```bash theme={null}
armory networks
armory tokens
armory extensions
```
