Test or transform filesystem paths with glob-like rules
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
glob-rules is a JavaScript library that tests or transforms filesystem paths using glob-like rules, similar to how regular expressions work for string matching and replacement. It's designed for developers building scripts that need to copy, move, or transform files, such as during minification or compilation processes. The library supports features like wildcard matching and path segment replacement, making it useful for tasks like building minified JavaScript files or compiling CoffeeScript to JavaScript.