Quick Start ​
Build your first Movement mini app in 5 minutes.
Using AI Coding Assistants?
Feed these docs directly to your AI tools for better code generation:
- llms.txt - Documentation index (quick context)
- llms-full.txt - Complete docs in one file (comprehensive)
Works with Cursor, Claude Code, GitHub Copilot, and other AI assistants.
What You'll Build ​
A simple app that:
- Connects to the user's wallet automatically
- Displays their address and balance
- Sends a transaction on-chain
Prerequisites ​
- Node.js 18+ installed
- Basic JavaScript/TypeScript knowledge
- A code editor (VS Code recommended)
Choose Your Path ​
bash
npx create-next-app@latest my-mini-app
cd my-mini-app
npm install @movement-labs/miniapp-sdkbash
mkdir my-mini-app
cd my-mini-app
npm init -ybash
# Download Movement Unity SDK package
# Import into your Unity project
# Build for WebGL targetNext Steps ​
Continue with the installation guide:
- Installing → - Setup and installation guide
Quick Links ​
- Commands → - How commands work
- Responses → - Handle results and errors
- Testing → - Test your app locally
- Examples → - Complete working examples
