Layered architecture for Solid.js
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
**solid-globals** provides a dependency injection solution using contexts for Solid.js applications with a layered architecture, specifically targeting server-side rendering (SSR). It helps manage global and modular layers (like stores, APIs, and services) across async-loaded page chunks, which is necessary in SSR but less critical for SPAs where singletons can be imported directly. The library is intended for developers building complex SSR applications with Solid.js who need a structured way to share dependencies across the component tree.