Skip to content

Commit

Permalink
feat: update README.md with schema
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbulma authored Nov 28, 2023
1 parent bda7cea commit bfb63df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ Onboarding new users into blockchain applications is a challenge. Current soluti

Our wallet is meant to be an implementation of the [ERC-4337 standard](https://github.com/eth-infinitism/account-abstraction), that allow users to have an account in the form of a smart contract. In this case, we use passkeys to let users control their account thanks to the onchain P256 signature verification developed by [Daimo](https://github.com/daimo-eth/p256-verifier).

</br>

![image](https://i.imgur.com/yqsyRgn.png)



## Acknowledgments

We wanted to explore the possibilities of this two technologies, and how they can be used together to create a more user friendly experience, while ensuring security.
Expand Down

0 comments on commit bfb63df

Please sign in to comment.