good first issue
Repository metrics
- Stars
- (3 stars)
- PR merge metrics
- (PR metrics pending)
Description
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