Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 681 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 681 Bytes

@ensdomains/evm-gateway

A framework for constructing generic CCIP-Read gateways targeting different EVM-compatible chains. This repository implements all the functionality required to fetch and verify multiple storage slots from an EVM-compatible chain, omitting only the L2-specific logic of determining a block to target, and verifying the root of the generated proof.

See @ensdomains/l1-gateway for an example implementation.

For a detailed readme and usage instructions, see the monorepo readme.

Installation

bun add @ensdomains/evm-gateway