verify command. In current versions of MiniKit:
- World ID verification lives in IDKit
- MiniKit focuses on mini app commands such as
walletAuth,pay, andsendTransaction
- replace
MiniKit.verify(...)orMiniKit.commandsAsync.verify(...)with an IDKit request flow - verify the proof on your backend
- keep this page only as historical context while migrating older implementations