Skip to main content
This page packages the LLM-oriented resources for Pods API + SDK integrations.

Prompt Template (Copy/Paste)

Acceptance Checklist for AI-generated PRs

  1. Uses DeframeProvider with runtime NEXT_PUBLIC_PODS_API_URL and NEXT_PUBLIC_PODS_API_KEY.
  2. Passes walletAddress from authenticated user session.
  3. Implements processBytecode and emits required status events.
  4. Handles rejection and error status paths explicitly.
  5. Does not hardcode API keys or private keys in source.
  6. Keeps host CSS scoped around .deframe-widget.
  7. Registers config.components.SwapFormView = PodsSwapFormView at the provider level.
  8. Includes customer-facing docs and test steps.