A localStorage and sessionStorage adapter for Backbone.js
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project provides an adapter for Backbone.js that replaces `Backbone.sync()` to persist models and collections in browser storage, supporting localStorage, sessionStorage, and IndexedDB. It is designed for Backbone.js developers building applications that require offline data storage or state persistence without a server.