ERC1271Module
The ERC1271Module allows you to verify signatures from smart contract wallets that implement the ERC-1271 standard. This module extends signature verification beyond EOAs (Externally Owned Accounts) t
When to use this module?
When not to use this module?
How is it different from ECDSAModule?
Feature
ECDSAModule
ERC1271Module
How to use this module?
1. Set authorized signers for your portal
2. Include the module when registering your portal
3. Create attestations with signatures
How to check authorized signers?
Important notes
Example: Supporting Gnosis Safe
Last updated