Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ See the [examples directory](./examples/README.md) for detailed usage patterns.
```bash
cd examples
cp .env.example .env # add your API key
pnpm dlx ts-node metadata.validation.ts
pnpm dlx ts-node ex.metadata.validation.ts
```

## Development
Expand Down
10 changes: 5 additions & 5 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Before running the examples:

## Available Examples

### Metadata Validation (`metadata.validation.ts`)
### Metadata Validation (`ex.metadata.validation.ts`)

Demonstrates how to:

Expand All @@ -30,10 +30,10 @@ Demonstrates how to:
Run with:

```bash
npx ts-node metadata.validation.ts
npx ts-node ex.metadata.validation.ts
```

### Metric Dumping (`metric.dump.ts`)
### Metric Dumping (`ex.metric.dump.ts`)

Shows how to:

Expand All @@ -45,7 +45,7 @@ Shows how to:
Run with:

```bash
npx ts-node metric.dump.ts
npx ts-node ex.metric.dump.ts
```

### x402 Paid Calls — Active Addresses (`ex.x402.active-addresses.ts`)
Expand Down Expand Up @@ -84,7 +84,7 @@ The examples use:

- `dotenv` - For loading environment variables
- `ts-node` - For running TypeScript files directly
- `zod` - For schema validation (used in metadata.validation.ts)
- `zod` - For schema validation (used in ex.metadata.validation.ts)
- `@x402/fetch`, `@x402/evm`, `viem` - For the x402 paid-API example (payment signing on Base)

## Adding New Examples
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading