A small circular/ring buffer implementation in TypeScript.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This is a TypeScript implementation of a circular (ring) buffer data structure, providing methods to enqueue items, replace contents, and query size and capacity. It's designed for developers working in TypeScript/JavaScript projects who need an efficient fixed-size queue for streaming data, buffering, or implementing algorithms that require cyclic storage.