Skip to content
Open
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 @@ -133,7 +133,7 @@ response = client.chat("Hello!")

### Documentation

**Getting Started:** [Installation](./docs/getting-started/installation.md) | [Quick Start](./docs/getting-started/quick-start.md) | [Authentication](./docs/getting-started/authentication.md)
**Getting Started:** [Installation](./docs/getting-started/installation.md) | [Quick Start](./docs/getting-started/quick-start.md) | [Prompt Quickstart](./docs/getting-started/prompt-quickstart.md) | [Authentication](./docs/getting-started/authentication.md)

**API Reference:** [Chat Completions](./docs/api-reference/chat-completions.md) | [Models](./docs/api-reference/models.md) | [Errors](./docs/api-reference/errors.md)

Expand Down
22 changes: 22 additions & 0 deletions docs/getting-started/prompt-quickstart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Prompt Quickstart

Get started with BlockRun in Claude Code using a single prompt.

## Prerequisites

- [Claude Code](https://claude.ai/code) installed
- USDC on Base (or funds ready to transfer)

## The Prompt

Copy and paste this into Claude Code:

```
Set up BlockRun for x402 payments in Claude Code:
1. Install blockrun-mcp: `npx @anthropic-ai/claude-code mcp add blockrun-mcp`
2. Configure BLOCKRUN_WALLET_KEY (ask if I have a private key or want to generate one)
3. Show my wallet address and help me fund it with USDC on Base
4. Prove it works: check balance → make an LLM call → confirm balance decreased
```

Claude will walk you through each step interactively.