Implementation of EIP-2535 Diamond Standard.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
The Diamond Standard is an Ethereum Improvement Proposal (EIP-2535) that enables modular smart contract development by allowing contracts to be upgraded and extended without changing their address. This repository provides an implementation of the Diamond Standard using ERC-7201 Namespaced Storage Layout, making it compatible with OpenZeppelin's V5 contracts. It's designed for Ethereum developers building upgradeable, modular smart contracts who want to leverage diamond patterns for better contract organization and maintenance.