Add Account framework docs and guides (#5660)

This commit is contained in:
Ernesto García
2025-07-09 09:10:48 -06:00
committed by GitHub
parent a95d01c30d
commit 6ef73e3386
11 changed files with 977 additions and 7 deletions

View File

@ -99,7 +99,7 @@ IMPORTANT: Always use keys of at least 2048 bits. Additionally, be aware that PK
=== Signature Verification
The xref:api:utils.adoc#SignatureChecker[`SignatureChecker`] library provides a unified interface for verifying signatures from different sources. It seamlessly supports:
The xref:api:utils/cryptography.adoc#SignatureChecker[`SignatureChecker`] library provides a unified interface for verifying signatures from different sources. It seamlessly supports:
* ECDSA signatures from externally owned accounts (EOAs)
* ERC-1271 signatures from smart contract wallets like Argent and Safe Wallet