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.
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