How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
a simple slay preboot to instantiate an auth middleware and a custom/default lookup function on the app object.
authboot is a lightweight preboot plug‑in for **slay** applications that injects an authentication middleware and a namespaced `lookup` helper onto the app object. It wraps basic‑auth (via express‑basic‑auth) and lets developers supply either a simple in‑memory user‑hash map or a custom asynchronous lookup (e.g., database verification), making it easy to add reusable auth handling to multiple slay services. It’s aimed at Node.js developers building slay‑based APIs or web services who need quick, configurable basic‑auth integration without writing repetitive boilerplate.