Node helper for debugging forked processes
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project provides a Node.js utility to simplify debugging of child processes created via `fork()` or similar methods. It helps developers inspect and trace execution in separated processes, which typically lack direct debugger access. It's aimed at Node.js developers troubleshooting applications that use worker processes or clustering.