Minimal CSP channels.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Channels is a minimal implementation of CSP (Communicating Sequential Processes) channels for JavaScript, providing a simple way to pass messages between asynchronous operations. It's designed for developers working with event-driven or concurrent programming patterns who need a lightweight alternative to complex async control flow libraries. The library offers basic channel operations like take, put, and close, returning promises to handle the asynchronous nature of communication between processes.