Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of ensdomains/evmgateway

Account's avatar
smartcontractkit/ccip-read.js
Cloudflare worker framework for ccip-read, a secure protocol for offchain data retrieval
Account's avatar
ethereum-optimism/ecosystem
[Optimism] Tools for working with Optimism
Account's avatar
typescript-eslint/typescript-eslint
TypeScript plugin for ESLint
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
oven-sh/bun
Type definitions and documentation for Bun, an incredibly fast JavaScript runtime
Account's avatar
prettier/eslint-plugin-prettier
Runs prettier as an eslint rule
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

makoto's profile
makoto
62 contributions
Arachnid's profile
Arachnid
49 contributions
TateB's profile
TateB
21 contributions
wottpal's profile
wottpal
3 contributions
adraffy's profile
adraffy
3 contributions
clowestab's profile
clowestab
2 contributions
AlexNi245's profile
AlexNi245
1 contributions
lucemans's profile
lucemans
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
ensdomains

ensdomains/evmgateway

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.

TypeScript
152
51
MIT License

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.