Typesafe object migraton tool
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
**migratobj** is a TypeScript library that provides type-safe migration of persisted JavaScript objects across versioned schemas. It ensures all migration steps are exhaustive, correctly typed, and validated at compile time, preventing runtime errors when old data is read by new code. The tool is designed for TypeScript