Overview and implementation guide for Mini Apps in Base App
Common Engineering Concerns
MiniKit Automated Solutions
/.well-known/farcaster.json
in your project root. This file instructs clients how to display your application.
iconUrl
splashImageUrl
heroImageUrl
screenshotUrls
Build Application
npm run build
(standard process)Add Configuration
public/.well-known/farcaster.json
Deploy
Browser Testing
Farcaster Testing
Do we need to rebuild our entire application?
<MiniKitProvider>
. Implementation complete.Will this break our current web application?
Do we need blockchain expertise?
What about user data and privacy?
What is the performance impact?
We don't use React/Next.js. Is this compatible?