Promisify an event by waiting for it to be emitted
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
The p-event library allows you to convert event-based APIs into promises, enabling you to wait for a single event emission or iterate over multiple events using async/await syntax. It works with Node.js EventEmitter, DOM events, and other event emitters, providing options for filtering, timeouts, and handling multiple arguments. This tool is particularly useful for developers working with event-driven code who want to simplify their async logic and integrate it more seamlessly with modern promise-based workflows.