Store fixed size values in an abstract-random-access compatible storage provider
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project provides a simple database layer that stores fixed-size values using an abstract-random-access compatible storage provider, making it easy to read, write, and delete values at specific indexes. It's designed for developers who need a lightweight, file-based storage solution with predictable value sizes, such as for embedded systems or custom data structures. The API is straightforward, with methods for putting, getting, and deleting values, and it integrates seamlessly with other abstract-random-access storage backends.