"Least Recently Used" (LRU) cache compatible to ES6 Map
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
MapLRU is a lightweight "Least Recently Used" (LRU) cache implementation that fully mimics the ES6 Map API, making it a drop-in replacement for standard Maps with automatic eviction. It's designed for JavaScript developers who need efficient, memory-constrained caching—such as in browsers or Node.js—where limiting stored data size is critical for