How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This repository implements a generic CCIP-Read gateway for fetching state proofs of data on other EVM chains. The intended use is for contracts on L1 to be able to fetch and verify data from contracts on L2 in a read context.
The **evmgateway** monorepo provides a generic CCIP‑Read gateway framework that lets L1 smart contracts fetch and cryptographically verify arbitrary storage slots from contracts on other EVM‑compatible chains (e.g., Optimism, Arbitrum, Scroll). By separating the off‑chain gateway service from on‑chain verification libraries, anyone can run a gateway for a given roll‑up while L1 contracts can trustlessly read L2 state using a simple Solidity fetcher interface. This is aimed at developers building cross‑chain ENS resolvers or any dApps that need trustworthy read‑only access to L2 data from L1.