You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I consider the following ERC-4337 functionalities important to have for 🐍 snekmate:
SimpleAccount (example); additionally to the common secp256k1-based elliptic curve verification, we should also offer a variant with the secp256r1-based elliptic curve verification. I have written a Vyper-based verifier here; also see 💥 Add P256Verifier to 🐍 snekmate #175;
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 💥 AddP256Verifier
to 🐍 snekmate #175;SimpleAccountFactory
(example);BLSAccount
(example); minimal BLS-based account that uses an aggregated signature;BLSAccountFactory
(example);TokenPaymaster
(example); a sampleERC-20
token paymaster forERC-4337
;References
The text was updated successfully, but these errors were encountered: