Access localStorage and sessionStorage from Electron's main process
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project is an npm package for Electron developers, enabling direct access to `localStorage` and `sessionStorage` from the main application process. It provides a promise-based API that mirrors the standard web Storage interface, simplifying data persistence across an app's renderer and main processes. However, it carries a security risk of code injection if user input is not properly sanitized before being stored.