Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monokh/hammeum
Piggy bank on the chain
https://github.com/monokh/hammeum
Last synced: 17 days ago
JSON representation
Piggy bank on the chain
- Host: GitHub
- URL: https://github.com/monokh/hammeum
- Owner: monokh
- License: mit
- Created: 2017-10-13T21:48:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T22:28:43.000Z (about 7 years ago)
- Last Synced: 2024-10-14T03:06:55.257Z (about 1 month ago)
- Language: JavaScript
- Size: 650 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Your piggy bank on the blockchain
## What is this?
A set of contracts and DAPP that allows you store money for specific periods of time and then send them off to another wallet.It can be used as:
- Piggy bank
- Savings
- Micro charity donations## When token?
No token! be gone from here!## Has this been security audited?
Next question please.## How does this work?
You `setup` your bank with a `destination` that the funds will be sent to upon arrival of the `transferTime` and in `recurringInDays` intervals there after.You pay into the contract by regular transfer to the contract. On arrival of `transferTime` and the recurring periods, the balance will be sent to the destination specified on setup.