Check permissions using Shiro-like strings, put in a trie.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
The shiro‑trie library implements a fast Trie‑based permission store for Apache Shiro‑style permission strings, enabling efficient checks and enumeration of sub‑rights. It lets developers add permissions in hierarchical, comma‑separated or wildcard syntax and query them using `.check()` and `.permissions()`—making permission management suitable for both Node.js back‑ends and browser front‑ends. The package is aimed at engineers building authorization systems who need performant, expressive permission handling without regular expressions.