ens-resolver
Microservice to resolve ENS domains to ERC-721 Token IDs, and viceversa.
Problem Statement
'@see https://github.com/kupernico/ens-resolver#readmeAs described in the ENS documentation, .eth registrations can be transferred in the same fashion as other NFTs since they implement the ERC-721 Non-Fungible Token Standard.This project intents to provide a layer of abstraction as a micro service to simplify the resolving of:- ENS domain labels >> NFT ERC721 Token IDs (route /ens/resolver/:domain/erc721) - NFT ERC721 Token IDs >> ENS domain labels (route /ens/resolver/:erc721/domain)
Solution
Tech Stack:Cloudflare Workers using Wrangler to deploy the API serviceEthers.jsThe Graph Protocol
Hackathon
NFTHack 2022
2022