web-examples icon indicating copy to clipboard operation
web-examples copied to clipboard

erc 6942 validation

Open guru-web3 opened this issue 1 year ago • 0 comments

Title: Add ERC-6942 Signature Validation for Pre-Deployed Contracts

Summary: signature validation using ERC-6942, which enables verifying signatures for smart contract wallets even when they aren't deployed. This is necessary because some wallets delay contract deployment until the first transaction. By adopting ERC-6942, we validate signatures before wallet deployment.

Details:

isValidateSignature() currently validates deployed contract signatures. ERC-6942 allows signature verification even when a contract is in the pre-deployment state. This approach avoids delayed wallet interactions and enhances user experience. .

guru-web3 avatar Oct 10 '24 09:10 guru-web3