A cross platform solution to node's spawn and spawnSync
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`cross-spawn` is a drop-in replacement for Node.js's `spawn` and `spawnSync` functions that ensures reliable, cross-platform execution of child processes by fixing Windows-specific quirks like command resolution, shebang support, and argument escaping. It is designed for Node.js developers who need to run external commands consistently across different operating systems, particularly Windows. The library