flow-pie/chamaa.api

Add Nethereum or Ether.js integration

Open

#84 opened on 2025年11月9日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)HTML (4 forks)auto 404
good first issue

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

説明

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.)

コントリビューターガイド