A type-safe Secret wrapper for Typescript Projects
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This TypeScript library provides a type-safe `Secret<T>` wrapper to prevent sensitive data from being accidentally logged or exposed in error messages and stack traces. It's designed for TypeScript developers who want to explicitly mark and protect sensitive values like SSNs or API keys throughout their codebase. The library automatically redacts secret values when logging or stringifying objects, while still allowing controlled access through the `.release()` method when the actual value is needed.