https://github.com/bytangle/moneysafe
Save your funds for a period of time and be able to withdraw after the period has elapsed. Fully autonomous
https://github.com/bytangle/moneysafe
Last synced: 9 months ago
JSON representation
Save your funds for a period of time and be able to withdraw after the period has elapsed. Fully autonomous
- Host: GitHub
- URL: https://github.com/bytangle/moneysafe
- Owner: bytangle
- Created: 2022-09-08T14:12:31.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-08T22:02:08.000Z (almost 4 years ago)
- Last Synced: 2025-05-30T07:40:10.934Z (about 1 year ago)
- Language: Solidity
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MoneySafe
A smart contract that you can use to save your funds for a period of time and be able to withdraw after the period has elapsed. Fully autonomous
---
### Features
- Register and save Ethers
- Can lock the saved funds for a duration (can also increase the duration after it has been set but cannot decrease it)
- get deposit history
- Withdraw once the lock period has elapsed
- and other minor features that provides convenients
---
You can check the implementation and offer suggestions as this is for educational purpose, meanwhile you're free to use the contract if you find it useful to your project. Much love