Skip to content

Commit

Permalink
Update reference to Passkey code in README.md (#398)
Browse files Browse the repository at this point in the history
Fixes #345

Changes in PR:
- non-related: Fix a broken link to Passkey Signer contract

The broken link for which the issue was created has already been fixed.
  • Loading branch information
akshay-ap authored Apr 26, 2024
1 parent fbce8f1 commit 64fda14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/4337-passkeys/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Safe + 4337 + Passkeys example application

This minimalistic example application demonstrates a Safe{Core} Smart Account deployment leveraging 4337 and Passkeys. It uses experimental and unaudited (at the moment of writing) contracts: [SafeSignerLaunchpad](https://github.com/safe-global/safe-modules/blob/main/modules/passkey/contracts/4337/SafeSignerLaunchpad.sol) and [SafeWebAuthnSigner](https://github.com/safe-global/safe-modules/blob/main/modules/passkey/contracts/SafeWebAuthnSigner.sol), which uses [FreshCryptoLib](https://github.com/rdubois-crypto/FreshCryptoLib/) under the hood.
This minimalistic example application demonstrates a Safe{Core} Smart Account deployment leveraging 4337 and Passkeys. It uses experimental and unaudited (at the moment of writing) contracts: [SafeSignerLaunchpad](https://github.com/safe-global/safe-modules/blob/main/modules/passkey/contracts/4337/SafeSignerLaunchpad.sol) and [SafeWebAuthnSignerProxy](https://github.com/safe-global/safe-modules/blob/main/modules/passkey/contracts/SafeWebAuthnSignerProxy.sol), which uses [FreshCryptoLib](https://github.com/rdubois-crypto/FreshCryptoLib/) under the hood.

## Running the app

Expand Down

0 comments on commit 64fda14

Please sign in to comment.