Overview

This guide covers the most common issues you’ll encounter when building crypto applications with AI assistance, along with proven solutions and debugging strategies.
Starter App Variations: Different CDP starter apps may use different commands, scripts, and patterns. Always check your specific starter app’s documentation and package.json for the correct commands.

Build and Deployment Issues

Linting errors

Package installation issues

Runtime errors

Wallet connection issues

API integration issues

AI-generated code issues

Code quality problems

Logic errors

Environment-specific issues

Local development

Production issues

Getting help

AI debugging prompts

When asking AI for help with errors, provide this context for better results:
"I'm getting this error in my CDP app:
[paste exact error message]

Here's the relevant code:
[paste code snippet]

Context:
- Starter app type: [Consumer/DeFi/Agent]
- What I was trying to do: [describe the action]
- When it happens: [during build/runtime/etc]
- Already tried: [list what you've attempted]

What's the most likely cause and how do I fix it?"

Community resources