good first issue
Repository-Metriken
- Stars
- (3 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Goal: On-chain proof of savings (immutable record of member deposits).
Explanation: This contract handles how much each member contributes, time, and rules like minimum deposit. Ensures fairness and prevents tampering.
Key Functions:
-
deposit() -
getMemberSavings(address member) -
setMinimumDeposit(uint amount)
Deliverables:
-
contracts/SavingsContract.sol -
Unit tests: deposit + query savings balance