Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Quickstart

Install

npm
npm install crosshatch

Fetch X402 Resources

Crosshatch's fetch wraps globalThis.fetch so that 402s are intercepted and retried automatically.

import { fetch } from "crosshatch"