Very simple key-value store for large datasets in Node.js
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Scattered-store is a simple key-value store for Node.js designed for handling large datasets without requiring a database engine. It's ideal for archiving rarely accessed data or situations where using a full database is unnecessary. Data is stored in separate files scattered across directories to optimize file system performance, making it suitable for datasets up to tens of millions of items.