miniapp-to-web

Installation
SKILL.md

Migrate Mini App to Standalone Web App

You are converting a World App mini app to also work in a regular browser. MiniKit commands auto-detect the environment — inside World App they use the native bridge, outside they fall back to Wagmi. Follow these steps in order.

Step 1 — Install dependencies

pnpm add wagmi @tanstack/react-query siwe
  • wagmi — wallet connection and transaction execution on web
  • @tanstack/react-query — peer dependency of wagmi
  • siwe — needed for walletAuth SIWE message construction on web

Step 2 — Create Wagmi config

Installs
11
GitHub Stars
89
First Seen
Apr 8, 2026
miniapp-to-web — worldcoin/minikit-js