erc-4337 bundler implementation in rust

This commit is contained in:
steinkirch.eth 2023-03-11 08:15:05 -08:00 committed by GitHub
parent 2653727b6f
commit 9c095bd937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,5 +23,6 @@
* [unpacking erc-4337, by a. chiplunkar](https://frontier.tech/unpacking-erc-4337)
* [account abstraction, by safe](https://safe.mirror.xyz/9KmZjEbFkmI79s28d9xar6JWYrE50F5AHpa5CR12YGI)
* [erc-4337 is on mainnet](https://twitter.com/erc4337/status/1631087958949531648)
* [erc-4337 bundler implementation in rust](https://github.com/Vid201/aa-bundler)