About Projects
Aptos ENS Gateway is a gateway for connecting ENS domains to Aptos.
We reference implementation from ENS's official EVM Gateway: https://github.com/ensdomains/evmgateway and migrate them to the Move smart contract module deployed on the Aptos chain.
What this project enables:
* This project enables Aptos name to store resolver records in a similar way to ENS domains
* This project enables Aptos name to be resolved by the ENS name (For example, we can point chomtana.eth -> chomtana.apt)
* This project enables ENS domain names to store resolver records in the Aptos chain instead of the Ethereum Mainnet
* This project can potentially collaborate with the official Aptos Names (https://www.aptosnames.com)
I have a track record of contributing to the official ENS EVM Gateway developed. Proving my skill and understanding of ENS Gateway.
* Pull request to the official ENS EVM Gateway to patch Optimism fault-proof breaking changes
* Discussion on ENS DAO forum about Optimism fault-proof breaking changes on EVM Gateway