flow-pie/chamaa.api

Research & choose blockchain framework

Open

#9 创建于 2025年11月1日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)HTML (4 fork)auto 404
help wanted

仓库指标

Star
 (3 star)
PR 合并指标
 (PR 指标待抓取)

描述

Goal: Pick the best tech stack for integrating blockchain into chamaa.api.

Explanation: You must decide whether your backend will communicate with blockchain using:

  • Ethers.js (Node-based) – great for TypeScript/Node APIs.

  • Nethereum (.NET) – fits better if you’re using C#.

You also decide the blockchain network:

  • Polygon (testnet: Mumbai) — ideal for low-cost testing.

  • Ethereum Sepolia — for Ethereum-native testing.

Deliverables:

  • Decision document (framework + reason).

  • API keys for node provider (Alchemy, Infura, QuickNode).

  • .env entries for BLOCKCHAIN_RPC_URL, PRIVATE_KEY.

贡献者指南