await wrapper for easier errors handling without try-catch
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This package provides a utility function that simplifies error handling in async/await code by returning both the resolved value and any error as a tuple, eliminating the need for try-catch blocks. It's designed for JavaScript developers who want cleaner, more readable async code when working with promises that may reject or throw errors.