An abstraction for making stream.Writable streams without all the boilerplate.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`terminus` simplifies the creation of Node.js `stream.Writable` streams by eliminating boilerplate code. It provides both a flexible core function and specialized helper streams (like `devnull`, `concat`, and `tail`) for common tasks such as discarding data or collecting stream contents. The library is primarily for