Skip to content

The complimenting example code for the Safe Passkeys tutorial video.

Notifications You must be signed in to change notification settings

5afe/safe-passkeys-tutorial-video

Repository files navigation

How to build an app with Safe and ERC-7579

This example app shows how to create a web app for using passkeys in your Safe. Please watch the video tutorial Using passkeys with Safe to follow along step by step.

What you’ll need

Prerequisite knowledge: You will need some basic experience with React and Next.js, and ERC-7579.

Before progressing with the tutorial, please make sure you have:

Getting Started

To install this example application, run the following commands:

git clone https://github.com/5afe/safe-passkeys-tutorial-video
cd safe-passkeys-tutorial-video
pnpm i

Open lib/executeTransaction.ts and add your Pimlico API key.

Run the local development server with the following command:

pnpm dev

Go to http://localhost:3000 in your browser to see the application.

Help

Please post any questions on Stack Exchange with the safe-core tag.

License

MIT, see LICENSE.

About

The complimenting example code for the Safe Passkeys tutorial video.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published