Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/koshikraj/module-template-7579
- Owner: koshikraj
- License: gpl-3.0
- Created: 2024-05-29T07:21:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T08:32:22.000Z (4 months ago)
- Last Synced: 2024-10-11T02:52:13.830Z (about 1 month ago)
- Language: TypeScript
- Homepage: http://safe-validator.zenguard.xyz/
- Size: 4.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).