harperreed / effigy.im

This is a simple service that will return a identicon of an ethereum address. You can use this to power avatars or whatever in your webapp
https://effigy.im/
MIT License
18 stars 3 forks source link

feature: support ENS subdomains #14

Closed PhilippeMts closed 1 year ago

PhilippeMts commented 1 year ago

The Ethereum Name Service allows for name owners to register for subdomains. In that sense, both polyphene.eth and thomas.polyphene.eth are valid and registered names. However, only the first one used to be supported by effigy.im . This PR fixes that, implementing support for an unlimited number of subdomains.