Skip to main content
Create a simple Mini App that authenticates users, triggers deposits and calls smart contract functions in just a few steps.

Step 1: Install

Step 2: Add authentication

Add authentication to your mini app using the authenticate function. This must be the first SDK method you call — see the important guidelines for details.

Step 3: Add deposit functionality

Include deposit functionality in your mini app:
Use isWebView to provide clear feedback when the Mini App is not running inside the Lemon Cash app.

Full Example Implementation

Here’s a complete example showing WebView communication: