Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
antoncoding committed Oct 24, 2023
1 parent cfc3f55 commit 98f60b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
## Lyra Account Abstraction
## Lyra V2 Account Abstraction

This repo contains contracts that help users achieve Account Abstraction experience.
<div align="center">
<p align='center'>
<br>
<img src='./imgs/lyrav2.png' alt='lyra' width="600" />
<h5 align="center"> Account Abstraction is here! </h6>
</p>
</div>

This repo contains all contracts that help Lyra v2 achieve Account Abstraction experience.
More specifically, for L1 to L2 gasless deposits, we use Gelato relayer; for all L2 transactions, we adopt ERC4337, with our own Paymaster and [LightAccount](!https://github.com/alchemyplatform/light-account/blob/main/src/LightAccount.sol) from Alchemy.

## Usage

Expand Down
Binary file added imgs/lyrav2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 98f60b3

Please sign in to comment.