Check if the process is running as root user, for example, one started with `sudo`
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
is-root is a Node.js package that checks whether the current process is running as the root user, such as when started with `sudo`. It's designed for developers who need to verify root privileges in their applications, particularly for tasks requiring elevated permissions.