flow-pie/chamaa.api

Add Nethereum or Ether.js integration

Open

#84 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

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

Contributor Guide