How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
'net' module for browserify, with a websocket server proxy
A lightweight polyfill that lets browser‑side JavaScript use Node’s `net` API. It replaces the native `net` module when bundling with Browserify/Webpack, routing TCP connections through a small WebSocket‑to‑TCP proxy server (`net-browserify-api‑proxy‑server`). The package is aimed at front‑end developers who need to make raw TCP connections from a web page—typically for testing, debugging, or integrating legacy protocols—by running the companion proxy server alongside their web app.