A wrapper around the EventEmitter to handle promise based async events
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Events-async is a lightweight Node.js module that wraps the EventEmitter to support promise-based asynchronous events. It allows you to mix async and sync listeners, with async listeners returning promises that are awaited before the emit resolves. This is useful for developers building event-driven Node.js applications that need to handle asynchronous operations within event handlers.