Install MiniKit (part of OnchainKit) into your existing Next.js App Router project.
These docs are LLM‑friendly for AI development tools. Copy individual pages as markdown from the dropdown menu above, or reference the complete docs at llms.txt for comprehensive Mini App knowledge in your AI assistant.

Prerequisites

Your project uses the app/ directory (App Router).
Your app is deployed and publicly accessible over HTTPS (e.g., Vercel).
You have access to your Farcaster custody wallet for manifest signing.
Sign in to Coinbase Developer Platform to get a Client API key.

Install dependencies

npm install @coinbase/onchainkit
Verify @coinbase/onchainkit appears in your package.json.