A light-weight module that brings window.fetch to Node.js
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
node-fetch-npm is a lightweight Node.js module that mimics the browser `window.fetch` API by wrapping `node-fetch` with npm‑specific patches. It enables developers who need a fetch‑compatible HTTP client in Node (e.g., when writing npm scripts, registry tools, or universal JavaScript) to use the familiar promise‑based fetch syntax without pulling in heavyweight polyfills. The project is maintained primarily to allow targeted fixes for npm’s own needs while keeping the original `node-fetch` behavior intact.