Easy Node.JS Git wrapper with support for arbitrary SSH keys
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Gitane is a Node.js library that simplifies using Git with arbitrary SSH keys by automatically handling the creation and cleanup of SSH wrapper scripts. It's designed for developers who need to interact with Git repositories using non-default SSH keys, such as in CI/CD pipelines or multi-user environments. The library abstracts away the complexity of setting up the `GIT_SSH` environment variable and temporary scripts, allowing users to execute Git commands with a specific SSH private key by passing it as a string argument.