From bfb63dfbbea8ebbc63fe43ce7327e16ab4068045 Mon Sep 17 00:00:00 2001 From: Benjamin A <97291322+Baoufa@users.noreply.github.com> Date: Tue, 28 Nov 2023 07:48:15 +0100 Subject: [PATCH] feat: update README.md with schema --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 128de10..3f08d6e 100644 --- a/README.md +++ b/README.md @@ -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). +
+ +![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.