Implementation of contracts for ERC-4337 account abstraction via alternative mempool.
Vitalik's account abstraction without Ethereum protocol changes
Account abstraction is a concept that has been introduced to the Ethereum network through the ERC-4337 standard. It refers to the ability of smart contracts to interact with both externally owned accounts and contract accounts without the need for the user to differentiate between them.
Solidity
Implementation of contracts for ERC-4337 account abstraction via alternative mempool.
Vitalik's account abstraction without Ethereum protocol changes