Changing current working folder as a promise + a stack of folders to jump back.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
chdir-promise is a Node.js module that allows you to change the current working directory as a promise, with a stack of folders to jump back to. It's designed for developers who need to temporarily change directories within their code and ensure they return to the original directory, particularly useful in scenarios involving asynchronous operations or complex directory manipulations.