How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Converts a search string to a unicode regexp with character variants (e.g. "foo bar" -> "f[oöó][oöó].*b[aäá]r")
**Project Summary** `strsearch2regexp` is a small Node.js utility that transforms a plain search phrase into a Unicode‑aware regular expression, automatically expanding each character to include common diacritic variants (e.g., turning `"foo bar"` into `f[oòóôõöø]o.*b[aàáâãäå]r`). It’s aimed at developers who need fuzzy, accent‑insensitive text matching in JavaScript applications, and can be installed via npm.