A proposal for efficiently adding (nonce-encoded) plugin functionality to ERC4337 (modular accounts) without requiring any new interface by leveraging the existing Entry Point accounting structure:
5 Likes
Just published a package convenience for working with ERC7582
nonce extraction (the validator encoded in nonce is what receives the validateUserOp
and validates return): GitHub - nerderlyne/eip-7582-utils: helpers
A reference ERC7582
account: https://eips.ethereum.org/assets/eip-7582/MADVAccount.sol
Can install directly via npm install eip-7582-utils viem
ERC7582
has now progressed to draft
stage. Please provide any comments or requests before we finalize. Thanks!
1 Like