The Address Book is a contract that stores verified World ID addresses. You can check if a user’s address and associated ENS name (if available) is Orb verified using theDocumentation Index
Fetch the complete documentation index at: https://tfh-murph-idkit-intro.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
getIsUserVerified helper function.
Considerations
- Default RPC is
https://worldchain-mainnet.g.alchemy.com/public - Contract Address is 0x57b930D551e677CC36e2fA036Ae2fe8FdaE0330D.
Implementation
The helper function connects to the World Chain and checks if a given wallet address is verified by querying the Address Book contract.Example Usage
- Returns
trueif the address is verified - Returns
falseif the address is not verified - Throws an error if the verification check fails
React Bindings
For React applications, we provide a hookuseIsUserVerified that handles the verification check and loading state.