How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Node stream which truncates input after N bytes
`node-truncate-stream` is a small Node.js Transform stream that limits the amount of data passing through it to a configurable number of bytes, terminating the stream once that limit is reached. It’s useful for developers who need to cap the size of streamed input—such as limiting random data, file uploads, or HTTP responses—to avoid unbounded data consumption.