You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/wallet-app/introduction/mini-apps.mdx
+61-1Lines changed: 61 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -202,6 +202,66 @@ You can self-host your own backend as long as it follows the [Farcaster Mini App
202
202
</Tab>
203
203
</Tabs>
204
204
205
+
## Mini Apps Compatibility in Coinbase Wallet
206
+
207
+
Coinbase Wallet is working towards full compatibility with the Farcaster Mini App SDK. While we continue to enhance support during the beta phase, there are currently some features that are not yet supported.
208
+
209
+
### AI-Powered Compatibility Checking
210
+
We provide a [validate.txt](https://github.com/base/demos/refs/heads/master/minikit/mini-app-help/validate.txt) file that can be used with AI tools to automatically check your codebase for Coinbase Wallet compatibility issues. Similar to llms.txt files, you can provide this validation file to language models to scan your Mini App code and receive a detailed compatibility report highlighting any unsupported features or patterns.
211
+
212
+
<Warning>
213
+
This AI validation is experimental and should only be used in a read-only capacity for analysis and reporting purposes.
214
+
</Warning>
215
+
216
+
### Currently Unsupported Features
217
+
218
+
The following Mini App SDK features are **not currently supported** in Coinbase Wallet:
0 commit comments