How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Deploy solidity contracts with ethers.js and CREATE2
solidity-create2-deployer is a lightweight JavaScript library that lets developers compute deterministic Ethereum contract addresses and deploy contracts to those addresses using the CREATE2 opcode via ethers.js. It provides helpers for address calculation, on‑chain deployment through a factory contract, and deployment status checks, making it useful for dApp developers who need counter‑factual or pre‑funded contracts across any network.