https://github.com/safe-global/safe-modules
A collection of modules that can be used with the Safe contract
https://github.com/safe-global/safe-modules
Last synced: about 1 year ago
JSON representation
A collection of modules that can be used with the Safe contract
- Host: GitHub
- URL: https://github.com/safe-global/safe-modules
- Owner: safe-global
- License: lgpl-3.0
- Created: 2018-11-08T08:35:08.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T11:36:38.000Z (over 1 year ago)
- Last Synced: 2025-04-15T01:39:35.326Z (over 1 year ago)
- Language: TypeScript
- Size: 8.55 MB
- Stars: 168
- Watchers: 14
- Forks: 87
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Safe Modules
This repository contains a collection of modules for the [Safe Smart Account](https://github.com/safe-global/safe-contracts)
## Modules
- [4337 Module](./modules/4337)
- [Allowance Module](./modules/allowances)
- [Passkey](./modules/passkey)
- [Recovery Module](./modules/recovery/)
## Examples
- [Safe + 4337 + Passkeys](./examples/4337-passkeys)
- [4337 Gas Metering](./examples/4337-gas-metering)
## Security and Liability
All contracts are WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
## License
All smart contracts are released under LGPL v.3.
## Maintainers
- Richard Meissner ([rmeissner](https://github.com/rmeissner))