/awesome-account-abstraction

Awesome List / Resources for Account Abstraction

Awesome Account Abstraction

A curated list of awesome Account Abstraction (AA) resources, libraries, tools and more. A shoutout to Sylve as half of this list was taken from this HACKMd article.

Feel free to add PRs.

Contents

Introduction

Ethereum Improvement Processes (EIPs)

Current Landscape / Thoughts / Threads

Talks / Videos

Code Implementations

Contracts

EIP-4337

Audits

Clean up

https://github.com/argentlabs/argent-contracts-starknet Argent account contracts on StarkNet https://github.com/OpenZeppelin/cairo-contracts/blob/main/docs/Account.md OpenZeppelin account contracts on StarkNet. https://braavos.notion.site/braavos/Public-Docs-d98f625edb2e4399acab2e30d060ef8e Braavos account contracts on StarkNet. https://mirror.xyz/onlydust.eth/FtnDmolbBbqH2yNLEADwt5OVgEnWRJg_aAavmCeeidY great code tutorial for StarkNet accounts. https://github.com/smchala/demultiplexer-wallet automated smart wallet (send funds at a certain date). https://github.com/eqlabs/starknet-multisig/ multisig wallet on StarkNet. https://github.com/sambarnes/cairo-multisig another multisig on StarkNet, following OZ standards. https://github.com/argentlabs/argent-contracts-starknet/tree/explore/plugins/contracts and https://github.com/CremaFR/argent-contracts-starknet/tree/explore/pluginsv2/contracts draft for plugin system. https://twitter.com/udayj/status/1528653743293874181 self-custodial vault. https://github.com/supsam89/game_guilds Guild wallet system. SES