ENS gateway implementation working in a similar way to the TypeScript gateway implementation.
Precompiled ENS gateways are available in releases page.
A Docker image is also available: https://hub.docker.com/r/jeje/ens-offchain-resolver-gateway-rs
Lastly a library is provided to ease implementation of custom gateways without duplicating much code. A good sample is the default implementation provided.
``` ENS Offchain Gateway server answering requests from CCIP-READ protocol (aka ERC-3668)
Usage: ens-gateway [OPTIONS] --privatekey
Options:
-k, --privatekey
shell
PRIVATE_KEY="<your private key>" docker run --rm \
-e PRIVATE_KEY=${PRIVATE_KEY} \
-p 8080:8080 \
-v .:/tmp:ro \
jeje/ens-offchain-resolver-gateway-rs \
--json /tmp/test.eth.json