Call a child process with the ease of exec and safety of spawn
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This Node.js module provides a safer alternative to `child_process.exec` by allowing users to execute child processes with the simplicity of `exec` but the safety of `spawn`. It's designed for developers who need to run shell commands in Node.js without risking shell expansion or word splitting vulnerabilities. The project is particularly useful for those working with user input or untrusted data, as it automatically handles argument escaping and avoids shell interpretation by default.