Simple CSP channel implemented with promises.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project provides a simple implementation of CSP (Communicating Sequential Processes) channels using promises, allowing for safe communication between concurrent processes in JavaScript. It's designed for developers working with asynchronous code who need a lightweight and straightforward way to coordinate data flow between different parts of their application. The API is minimal, offering `take`, `put`, `close`, and `open` operations, making it ideal for those familiar with CSP concepts or looking to introduce them into their Node.js or frontend projects.