Ethers-rs CCIP-Read Middleware
Ready to dive into the world of cross-chain data access? Look no further! This Rust library provides an Ethers middleware to extend ENS (Ethereum Name Service) functionality with CCIP-Read (Cross-Chain Interoperability Protocol - Secure offchain data retrieval) support. Easily interact with ENS names that support the CCIP-Read protocol and make your decentralized applications more fun and powerful!
Installation: As Easy as 1-2-3!
To install the ethers-ccip-read middleware, add it to your Cargo.toml file:
= { = "https://github.com/ensdomains/ethers-ccip-read" }
Usage: Let the Cross-Chain Fun Begin!
Hook up the middleware to your Ethers provider and start your cross-chain adventure! Here's a simple example to get you going;
use Result;
use *;
use TryFrom;
async
For more examples, check out the examples directory.