Compare the top open-source relayer account managers. We ranked these tools by activity and features to help you find the best fit for your project.
This project provides a framework for implementing Ethereum account abstraction, enabling the creation of programmable smart contract wallets. It serves as an implementation of the standardized protocol for managing blockchain accounts, allowing developers to replace traditional private keys with custom logic for authentication and signature verification. The infrastructure centers on a core orchestration contract that validates and executes bundled transaction requests. This architecture supports the grouping of multiple operations into a single network request to optimize gas usage, alongsi
This repository is the reference implementation for ERC-4337, providing the core bundler and account abstraction infrastructure required to handle transaction relaying and gas sponsorship.