flow-pie/chamaa.api

Smart contract for saving rules

Open

#82 创建于 2025年11月9日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)HTML (4 fork)auto 404
good first issue

仓库指标

Star
 (3 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南