Skip to content

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:

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-sdk
bash
mkdir my-mini-app
cd my-mini-app
npm init -y
bash
# Download Movement Unity SDK package
# Import into your Unity project
# Build for WebGL target

Next Steps ​

Continue with the installation guide:

Released under the MIT License.