AsyncStorage API, but backed by a Map instance instead of a database, for testing and cross platform support.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project provides a drop-in replacement for React Native's `AsyncStorage` API, but uses an in-memory `Map` instead of a database. It's designed for developers who need to run React Native storage code in non-mobile JavaScript environments (like Node.js or browsers) or create reliable, synchronous mocks for automated testing. The implementation fully