Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 560 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 560 Bytes

Module SDK Safe Demo

This is a demo project to show how to use the Module SDK with the Safe ERC-7579 Adapter.

Note

This project is still a work in progress. If you have any questions or suggestions, feel free to open an issue or a pull request.

Getting Started

To get started, clone this repository and run the following:

pnpm install
cp .env.example .env

Add the relevant values into the .env file and then run the following command to start the project:

pnpm dev