flow-pie/chamaa.api

Setup blockchain node connection

Open

#10 geöffnet am 1. Nov. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)HTML (4 Forks)auto 404
help wanted

Repository-Metriken

Stars
 (3 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Goal: Connect the backend to your chosen blockchain node.

Explanation: This is your bridge between backend and chain. You’ll configure:

  • A Web3 provider (ethers.providers.JsonRpcProvider or Nethereum.Web3).

  • Wallet connection for the admin’s private key.

  • Error handling + connection test route.

Deliverables:

  • /services/blockchain.js or BlockchainService.cs

  • GET /blockchain/status endpoint → returns "Connected to Polygon (Kenya)"

Contributor Guide