Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
nodejs-snowflake is a Node.js library for generating time-sortable 64-bit unique IDs for distributed systems, inspired by Twitter's Snowflake algorithm. Written in Rust and compiled to WebAssembly for maximum performance, it provides fast ID generation with built-in support for extracting timestamps and instance IDs from generated IDs. This library is ideal for developers building distributed systems who need efficient, sortable unique identifiers for database entries, message queues, or any scenario requiring time-ordered IDs across multiple nodes.