a node.js program to require and resolve modules relative to a path of your choice
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
The `require-relative` package is a Node.js utility that allows developers to require and resolve modules relative to a specified path, rather than the default behavior of resolving from the current working directory. It leverages Node.js's built-in `module` module and has no additional dependencies. This tool is particularly useful for developers who need more control over module resolution, such as in complex project structures or when working with custom module loading scenarios.