Secure & isolated JS environments for nodejs
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
The `laverdet/isolated-vm` project provides a library for Node.js that enables the creation of secure, isolated JavaScript environments using V8's `Isolate` interface. This library is designed for developers who need to run untrusted or isolated JavaScript code in Node.js, offering features like memory limits, context isolation, and secure execution. It is particularly useful for applications such as online code editors, sandboxed environments, or any scenario where code isolation is critical. The project is currently in maintenance mode, focusing on stability and compatibility with newer Node.js versions.