Makes sure that all required environment variables are set.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`check-env` is a Node.js utility that verifies all required environment variables are set before an application starts. It's designed for developers who want to ensure their app's configuration is complete, preventing runtime errors due to missing environment variables. The tool can be used programmatically or as an npm lifecycle script to fail fast with a clear error message if any required variables are missing.