How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Dynamically import modules as resolved from current directory. On failure, retry with some default filenames appended.
The **slashable‑import‑pmb** package provides a single ESM‑exported helper that creates a “slashableImport” function. This function attempts to dynamically import a module relative to a configurable base directory, and if the import fails (especially when the requested ID ends with a slash) it automatically retries with a set of fallback suffixes and extensions (e.g., `__main__`, the directory name). It’s aimed at developers who need flexible, runtime‑resolved module loading in Node/Esm environments.