Functions like Promise.all, but does not mind if any of the promises reject.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This is a tiny JavaScript module that provides a Promise.all-like function which doesn't reject if any of the input promises fail. Instead, it returns an array where rejected promises are represented as `undefined`. The project is now deprecated in favor of the standardized `Promise.allSettled()` method introduced in ES2020.