A light-weight module that brings window.fetch to the background process of Electron
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
electron-fetch is a lightweight module that brings the `window.fetch` API to Electron's background process, allowing developers to make HTTP requests using the familiar fetch syntax within Electron applications. It's designed for Electron developers who need to perform network requests in the background process without relying on browser-specific polyfills or Node.js's native HTTP modules.