Execute Promise sequentially.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project provides a utility for executing promises sequentially with a configurable delay between each call, making it ideal for rate-limited API requests or operations that must be performed in order. It's designed for JavaScript/TypeScript developers who need to manage asynchronous operations while respecting timing constraints or API rate limits. The library exports a simple `step` function that accepts an array of inputs, an async processor function, and a delay interval.