Quick Start
Commands
Commands are defined actions your mini app can perform in World App. Every command is available as either:
- a synchronous function that dispatches an event, the result of which has to be listened for,
- an async function, that can be awaited, resolves with the result.
Command | Description |
---|---|
Verify | Verify an action with World ID. |
Pay | Initiate a payment request. |
Wallet Auth | Authenticate via Sign in with Ethereum |
Send Transaction | Write to smart contracts |
Sign Message | Sign personal messages with your wallet |
Sign Typed Data | Sign EIP-712 payloads with your wallet |
Share Social Graph (coming soon) | Share your contacts in a privacy preserving way with apps |
Notifications (coming soon) | Send notifications to users |