Promise-based messaging for Web Workers and Service Workers
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Promise-worker is a lightweight (~700 bytes gzipped) library that enables promise-based communication with Web Workers and Service Workers, simplifying asynchronous messaging. It's designed for web developers who need to offload tasks to background threads while using clean, promise-driven APIs instead of raw `postMessage` handling. The library splits its API between the main thread and