flow-pie/chamaa.api

Smart contract for saving rules

Open

#82 geöffnet am 9. Nov. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (4 Forks)auto 404
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

Contributor Guide