ccip-read icon indicating copy to clipboard operation
ccip-read copied to clipboard

CCIP Read

CIsizeDocs

CCIP Read is a protocol and framework that allows contracts to request external data as part of a call or transaction.

The CCIP read specification is EIP 3668.

This repository contains several major components:

  • The CCIP-read server framework for authoring CCIP read gateways.
  • The CCIP-read Cloudflare Worker framework for authoring CCIP read gateways.
  • An Ethers Provider middleware which permits adding CCIP read support to clients with a single line of code.
  • Example applications.