AlphaWallet / AlphaWallet/alpha-wallet-android

Investigate ERC4337: How much work to integrate? Is it worth doing?

Đang mở
#2,814 3 bình luận 0 reaction 1 người được giao Được @JamesSmartCell nhận Xem trên GitHub
Ngôn ngữ chính
Java
Star
646
Fork
579
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

EIP4337 is a neat and official way to make multi-sig wallets and social recovery wallets, and to reduce TX fees by bundling transactions.

### EIP4337: Account Abstraction

With EIP4337 there's a higher level mempool that we can submit transactions to that can, at some point get bundled up together and submitted as a single transaction to the main mempool. In addition it provides a way to fund transactions via third party - user submits the tx, contract pays for it under specific rules.

It seems like we could use this with attestations so people can mint NFT using their attestation without paying any gas (we have a contract to pay gas for this sole purpose). So this feature might be useful for attestation based NFT sites we build.

It also allows usage of different signature protocols, like BLS, which could reduce gas fees further and open up a new front of attestation use cases.

https://medium.com/infinitism/erc-4337-account-abstraction-without-ethereum-protocol-changes-d75c9d94dc4a
https://github.com/ethereum/EIPs/blob/master/EIPS/eip-4337.md

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.