a storage lib which support sessionStorage and localStorage with the same api
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This is a lightweight JavaScript library that provides a unified API for working with both `sessionStorage` and `localStorage`. It simplifies storage operations by offering consistent methods like `set`, `get`, `remove`, and `clear` across both storage types. The library is ideal for developers looking to abstract away the differences between session and local storage while maintaining a clean and consistent codebase.