How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
graphql-subscriptions implementation for MQTT protocol
`graphql‑mqtt‑subscriptions` provides a drop‑in PubSub implementation for GraphQL‑Subscriptions that talks to an MQTT broker instead of an in‑memory or Redis store. It supplies the `AsyncIterator` and `PubSubEngine` interfaces used by Apollo/GraphQL‑Subscriptions, letting servers publish and listen to MQTT topics (with QoS, custom encoding, and client‑side options) for horizontally‑scalable real‑time updates. The library is aimed at developers building GraphQL APIs who want to leverage existing MQTT infrastructure for subscription handling.