Platform byte order.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
The `stdlib-js/os-byte-order` package provides a way to determine the platform byte order (endianness) in JavaScript. It exports a constant indicating whether the system is little-endian, big-endian, mixed-endian, or unknown, which is useful for low-level binary data processing and cross-platform compatibility.