Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/koshikraj/module-template-7579

Module template with module contracts and Safe App codebase
https://github.com/koshikraj/module-template-7579

Last synced: 12 days ago
JSON representation

Module template with module contracts and Safe App codebase

Awesome Lists containing this project

README

        

# Module template for 7579 + Safe

[![License](https://img.shields.io/badge/license-GPL3-blue.svg)](https://github.com/koshikraj/module-template-7579/blob/main/LICENSE)

## Description

Module template to build modules for Safe accounts using ERC-7579 standard

## Features

- Uses Rhinestone's [Safe 7579 adapter](https://github.com/rhinestonewtf/safe7579)
- Uses Rhinestone's [module-sdk](https://github.com/rhinestonewtf/module-sdk)
- Pimlico bundlers and paymasters

## Usage

1. Clone the repository:

```bash
git clone https://github.com/koshikraj/module-template-7579.git
```

2. Project structure:

├── module-template-7579

│ ├── [Safe App](./web)

│ ├── [Module](./module)

│ └── [Dependency Packages](./packages)

## Contributing

Contributions are welcome! Please follow the [contribution guidelines](CONTRIBUTING.md) to contribute to this project.

## Acknowledgments

This project uses the `OwnableValidator` module from the Rhinestone's [collection of core 7579 modules](https://github.com/rhinestonewtf/core-modules).

## License

This project is licensed under the [GPL-3.0 license](./LICENSE).