How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Async task functions for ember-concurrency
ember‑concurrency‑async is an Ember add‑on that lets developers write ember‑concurrency tasks as regular `async` methods (or async arrow functions) instead of generator functions, then rewrites them to the required generator syntax at build time via a Babel plugin. It improves TypeScript support and IDE experience for Ember apps that use ember‑concurrency, and works with the standard task decorators (`@task`, `@restartableTask`, etc.) on Ember 3.24+ projects. This package is aimed at Ember developers who want a more familiar async/await API for their concurrent tasks.