Hook SIGINT and cleanly shut down your async code (Node)
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Cleankill is a Node.js utility that hooks the SIGINT interrupt signal and allows async code to gracefully shut down before the process exits. It's designed for developers who need to ensure their applications can perform cleanup tasks (like closing connections or saving state) when interrupted, while still providing an immediate kill option if the interrupt signal is repeated.