Promisify functions in a given object
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`promisify-object` is a lightweight utility that converts callback-based functions within an object to return promises, specifically targeting Node.js APIs. It's designed for JavaScript developers working with legacy or callback-style libraries who want to modernize their code with `async/await` or promise chains without manually wrapping each function.