flow-pie/chamaa.api

Setup blockchain node connection

Open

#10 opened on 2025年11月1日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)HTML (4 forks)auto 404
help wanted

Repository metrics

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

説明

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

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