Review the first EIP that implements account abstraction more completely - EIP-2938.
Account abstraction is to allow EOA (understood as metamask) and Contract Account (understood as a dapp) to do things that only the other could do before.
eips.ethereum.org/EIPS/eip-2938
Account abstraction can drive these innovations: multi-signature management, social recovery, aggregated signatures, transaction restrictions, privacy protection, gas optimization, gas payment, automatic revenue, application aggregation, Eth Lightning Network, wallet chain.
Nov 3, 2022 • 5 tweets • 1 min read
复习第一个较完整地实现了账户抽象的 EIP——EIP-2938。
首先回顾账户抽象,账户抽象就是让 EOA(理解为metamask) 和 Contract Account(理解为dapp)可以做只有对方可以做的事,要么让 EOA 可以实现 CA 功能,要么反过来。