Tag
#eip-4337
14 repositories
Repos
๐ A curated list of resources dedicated to Account Abstraction (EIP-4337)
ERC-4337 (Account Abstraction) - modular and efficient bundler implementation in Rust.
Ambire Wallet: making self-custody easy and secure for the EVM ecosystem
Simple implementation of an ERC-4337 contract wallet controlled by Passkeys
Account Abstraction smart contract accounts, modules, audits, tests, and formal verification
A solidity library to verify a secp256r1 signature in several ways
A comprehensive implementation of Account Abstraction (AA) on both Ethereum and zkSync Era, built with Foundry. This project demonstrates how to create, deploy, and interact with smart contract accounts that can execute transactions without requiring users to manage private keys directly.
A complete, low-level Account Abstraction demo built without convenience libraries. Ideal for developers who want to study and extend AA from first principles.
A minimal Smart Wallet prototype in Solidity inspired by EIP-4337. Includes core features like owner management, secure execution, nonce handling, signature validation, and a Paymaster contract for gas sponsorship.Bonus features include ERC20 gas payments and batched transactions.
The AA client example code that utilize DERA chain native Bundler and Paymaster service.
Project to test Account Abstraction (EIP-4337) concepts