How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Safely execute untrusted Javascript in your Javascript, and execute synchronous code that uses async functions
quickjs‑emscripten provides TypeScript/JavaScript bindings to the QuickJS engine compiled to WebAssembly, letting developers safely run untrusted or sandboxed JavaScript (including most of ES2023) inside browsers, Node, Deno, Cloudflare Workers, etc. It offers APIs to create runtimes, expose host functions, manage memory, and execute async‑style code synchronously via Emscripten’s Asyncify, making it useful for plugin systems, sandboxed eval, and secure script execution.