Files
zk-account-abstraction/README.md
2023-01-08 18:17:35 +02:00

12 lines
541 B
Markdown

Implementation of contracts for [ERC-4337](https://eips.ethereum.org/EIPS/eip-4337) account abstraction via alternative mempool.
# Resources
[Vitalik's post on account abstraction without Ethereum protocol changes](https://medium.com/infinitism/erc-4337-account-abstraction-without-ethereum-protocol-changes-d75c9d94dc4a)
[Discord server](http://discord.gg/fbDyENb6Y9)
[Bundler reference implementation](https://github.com/eth-infinitism/bundler)
[Bundler specification test suite](https://github.com/eth-infinitism/bundler-spec-tests)