SDK
App SDK
Debugging Guide

Development and Debugging Guide

Overview

When developing apps using Coffer SDK, the apps are displayed within Coffer's WebView environment. To test and debug the SDK integration, you'll need to use Coffer's development environment.

Development Setup

Debug URL Format

https://app.coffer.network/#/apps/view?appUrl=${YOUR_APP_URL}

Where ${YOUR_APP_URL} is your app's development URL (e.g., http://localhost:3000).

Example URLs

# Local development
https://app.coffer.network/#/apps/view?appUrl=http://localhost:3000