https://github.com/mgnfy-view/safe-subscriptions
Safe Subscriptions is a Gnosis Safe module that enables multisigs to manage web3 subscriptions
https://github.com/mgnfy-view/safe-subscriptions
eip712 gnosis-multisig gnosis-safe multisig-wallets openze smart-contracts solidity subscriptions web3
Last synced: about 1 year ago
JSON representation
Safe Subscriptions is a Gnosis Safe module that enables multisigs to manage web3 subscriptions
- Host: GitHub
- URL: https://github.com/mgnfy-view/safe-subscriptions
- Owner: mgnfy-view
- License: mit
- Created: 2024-12-16T14:43:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-26T16:34:48.000Z (over 1 year ago)
- Last Synced: 2025-02-11T09:51:44.068Z (over 1 year ago)
- Topics: eip712, gnosis-multisig, gnosis-safe, multisig-wallets, openze, smart-contracts, solidity, subscriptions, web3
- Language: Solidity
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
Safe Subscriptions
Safe subscriptions is a Gnosis Safe module that enables Safe multisigs to manage web3 subscriptions
Report Bug
·
Request Feature
Table of Contents
## About The Project
Safe subscriptions is a Gnosis Safe module that enables Safe multisigs to manage web3 subscriptions. It can be deployed and attached to a Safe by mutual agreement of the multisig owners (if the threshold for the proposal passes) and can be detached pretty easily as well.
Once attached, the multisig owners can create multiple recurring or fixed duration/round subscriptions that allow the service providers to withdraw native or ERC20 tokens from the multisig based on the configured parameters. Subscriptions can be cancelled any time as well.
### Built With
- Solidity
- Foundry
## Getting Started
### Prerequisites
Make sure you have git, rust, and foundry installed and configured on your system.
### Installation
Clone the repo,
```shell
git clone https://github.com/mgnfy-view/safe-subscriptions.git
```
cd into the repo, and install the necessary dependencies
```shell
cd safe-subscriptions
forge build
```
Run tests by executing
```shell
forge test
```
That's it, you are good to go now!
## Roadmap
- [x] Smart contract development
- [x] Unit tests
- [x] Write a good README.md
See the [open issues](https://github.com/mgnfy-view/safe-subscriptions/issues) for a full list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Reach Out
Here's a gateway to all my socials, don't forget to hit me up!
[][linktree-url]
[contributors-shield]: https://img.shields.io/github/contributors/mgnfy-view/safe-subscriptions.svg?style=for-the-badge
[contributors-url]: https://github.com/mgnfy-view/safe-subscriptions/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/mgnfy-view/safe-subscriptions.svg?style=for-the-badge
[forks-url]: https://github.com/mgnfy-view/safe-subscriptions/network/members
[stars-shield]: https://img.shields.io/github/stars/mgnfy-view/safe-subscriptions.svg?style=for-the-badge
[stars-url]: https://github.com/mgnfy-view/safe-subscriptions/stargazers
[issues-shield]: https://img.shields.io/github/issues/mgnfy-view/safe-subscriptions.svg?style=for-the-badge
[issues-url]: https://github.com/mgnfy-view/safe-subscriptions/issues
[license-shield]: https://img.shields.io/github/license/mgnfy-view/safe-subscriptions.svg?style=for-the-badge
[license-url]: https://github.com/mgnfy-view/safe-subscriptions/blob/master/LICENSE.txt
[linktree-url]: https://linktr.ee/mgnfy.view