This example app shows how to create a web app for using ERC-7579 in your Safe. Please read How to build an app with Safe and ERC-7579 to see how this app was created.
Prerequisite knowledge: You will need some basic experience with React, Next.js, and ERC-7579.
Before progressing with the tutorial, please make sure you have:
To install this example application, run the following commands:
git clone https://github.com/5afe/safe-7579-tutorial.git
cd safe-7579-tutorial
pnpm i
Open app/page.tsx
and add two private keys and 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.
Please post any questions on Stack Exchange with the safe-core
tag.
MIT, see LICENSE.