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

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

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