Skip to content

social-network/offchain-resolver-example

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

10 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

This repository contains an example implementation of a CCIP (Cross Chain Interoperability Protocol) resolver gateway/server.

โ“ How to use

Feel free to clone this repo and use it as a starting point for your own implementation. It contains everything you might need for running a basic resolver gateway/server that implements EIP-3668.

๐Ÿ—๏ธ Structure

This repository is split into two parts:

  • server/ - contains the gateway/server you run offchain
  • contracts/ - contains the smart contracts that are deployed on an EVM-compatible chain

๐Ÿ”— Cross Chain Interoperability Protocol

The CCIP is a protocol that allows for the resolution of information on chains (or off-chain) from an EVM chain. It is based on the EIP-3668 standard and allows any smart contract to resolve information from an offchain gateway/server. In this repository you will find an example implementation of an ENS Off-chain Resolver, aswell as the matching smart contracts for loading the data.

๐Ÿ“ฆ ensdomains/offchain-resolver

The ensdomains/offchain-resolver repository contains a more full implementation of an ENS Offchain Resolver, in addition to a worker, and smart contracts.

๐Ÿ™ Attribution

This repository is heavily inspired by ensdomains/offchain-resolver and v3xlabs/twitter.ngo.

About

CCIP Offchain ENS Resolver example implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%