Observable and Promise versions of child_process.spawn
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Spawn-rx provides Observable and Promise-based wrappers for Node.js's `child_process.spawn`, fixing Windows-specific quirks like PATH searching and script execution. It adds reliable detached process support via a custom Windows utility (Jobber) and simplifies streaming output and stdin handling. The library is designed for Node.js developers building cross-platform CLI tools or backend services that need robust process management, especially when targeting Windows environments