Recommended LLM Inputs
| Resource | Use |
|---|---|
/llms.txt | API docs index and key concepts for retrieval-based assistants |
/llms-privy-integration.txt | Full one-shot prompt for production-grade Privy widget integration |
| EarnWidget docs | UI integration contract and host responsibilities |
| SwapWidget docs | Swap integration patterns and prefill parameters |
| processBytecode docs | Required tx lifecycle events and error handling |
Prompt Template (Copy/Paste)
Acceptance Checklist for AI-generated PRs
- Uses
DeframeProviderwith runtimeDEFRAME_API_URLandDEFRAME_API_KEY. - Passes
walletAddressfrom authenticated user session. - Implements
processBytecodeand emits required status events. - Handles rejection and error status paths explicitly.
- Does not hardcode API keys or private keys in source.
- Includes customer-facing docs and test steps.