good first issue
仓库指标
- Star
- (3 star)
- PR 合并指标
- (PR 指标待抓取)
描述
Goal
Integrate smart contracts with backend using Ethers.js.
Description
Use contract ABI and address to call blockchain functions.
Enable backend to trigger deposits, loans, and votes.
Deliverables
services/blockchainService.js- Helper:
callFunction(name, args[]) - Event listeners for blockchain events (
LoanApproved, etc.)