How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Redux-subscribe is a Redux middleware that allows you to subscribe to specific paths in your Redux state atom and dispatch actions when those paths change. It's designed for developers building component frameworks who need to create context-like abstractions that respond to global state changes, such as implementing a `<Context/>` component that updates its local state when a watched path in the global state changes. The library offers better performance than similar tools like redux-watch by maintaining a map of unique subscriptions rather than creating separate watchers for each component instance.