wrap a synchronous function in an async one
Desync is a tiny Node.js utility that converts any synchronous function into an asynchronous one by returning a new wrapper that accepts a Node‑style callback (`function(err, result)`). The wrapper guarantees asynchronous callback execution, forwards the original function’s return value as the result, and captures thrown exceptions as errors. It’s useful for developers who need to integrate legacy sync code into async workflows without rewriting the original logic.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.