web3-protocol / evm-browser

Web browser with support of the ERC-4804 / ERC-6860 web3:// protocol, which can show on-chain websites hosted on Ethereum and all others EVM chains.
MIT License
32 stars 3 forks source link

added support for .og domains #6

Closed DerpHerpenstein closed 1 year ago

nand2 commented 1 year ago

Thanks! Looks good for resolving .og domains the EIP-6821 way with the contentcontract TXT, but I think the standard resolution in case of no contentcontract TXT (in resolveDomainName method) is missing

nand2 commented 1 year ago

Merging partial support, waiting for remaining support later.