Cherry Miniapp Integration

by cherry.fun

Install this Skill

npx skills add https://github.com/cherrydotfun/miniapp-sdk --skill cherry-miniapp-integration
View on GitHub
Stars
1
Weekly Equips
1
LicenseMIT
Updated27/04/2026

VerifiedSeeker

Hashtag: #integration, #miniapp, #sdk

GitHub Stars
1
Weekly Equips
1
Version

@cherrydotfun/miniapp-sdk

SDK for building mini-apps embedded in Cherry messenger. Provides wallet integration, user/room context, and navigation — works in both WebView (mobile) and iframe (web).

Supports both @solana/web3.js (legacy wallet-adapter) and @solana/kit (modern TransactionSigner).

Install

npm install @cherrydotfun/miniapp-sdk

Peer dependencies — install only what you need:

# For @solana/web3.js (legacy wallet-adapter)
npm …