We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8caedb commit 5c71b61Copy full SHA for 5c71b61
src/content/docs/agents/x402.mdx
@@ -24,7 +24,7 @@ import { paymentMiddleware } from "x402-hono";
24
// This allows us to create a wallet from just a private key
25
import { privateKeyToAccount } from "viem/accounts";
26
27
-// We create an Agent that can fetch the protected route and automatically pay.
+// The code below creates an Agent that can fetch the protected route and automatically pay.
28
// The agent's wallet must not be empty! You can get test credits
29
// for base-sepolia here: https://faucet.circle.com/
30
export class PayAgent extends Agent<Env> {
0 commit comments