-
-
Notifications
You must be signed in to change notification settings - Fork 83
💥 ERC-4337 Functionalities #174
Copy link
Copy link
Open
Labels
feature 💥New feature or requestNew feature or requesthelp wanted 🆘Extra attention is neededExtra attention is needed
Milestone
Metadata
Metadata
Assignees
Labels
feature 💥New feature or requestNew feature or requesthelp wanted 🆘Extra attention is neededExtra attention is needed
I consider the following ERC-4337 functionalities important to have for 🐍 snekmate:
SimpleAccount(example); additionally to the commonsecp256k1-based elliptic curve verification, we should also offer a variant with thesecp256r1-based elliptic curve verification. I have written a Vyper-based verifier here; also see 💥 AddP256Verifierto 🐍 snekmate #175.SimpleAccountFactory(example).BLSAccount(example); minimal BLS-based account that uses an aggregated signature.BLSAccountFactory(example).TokenPaymaster(example); a sampleERC-20token paymaster forERC-4337.References