Web3 wallet authentication via web3.js - does web3.eth.accounts.recover interacts with real blockchain to retrieve the ethereum address or is it just an interaction with wallet to get the address?
In other words, Verifying a wallet address can be done without any interaction with the blockchain or not? Can it be done by using only cryptographic operations and interaction with wallet?