Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Add ens name if it exists for ethereum address on Profile(wallet and nft collection community space members list) #648

Open
kpachhai opened this issue Apr 4, 2022 · 0 comments
Labels
beta new feature New feature or request

Comments

@kpachhai
Copy link
Contributor

kpachhai commented Apr 4, 2022

Assign to Anthony:

Currently we show ETH addresses on the members list on the NFT collection spaces. This is what we need to do now:

  • On Profile API service cron job, check the blockchain to see if the ETH address has an ENS name attached to it. If so, save that in addition to the ETH address on who owns that NFT
  • On profile NFT collection spaces, show the profile on members list if a user has verified that ETH address
  • If there exists no profile for an ETH address, show the ENS name on members list if a user has an ENS attached to that ETH address
  • If neither the profile exists nor the ENS exists, just show the ETH address

Since all the EVMs work the same, we'll use the same method for all 3 - Elastos, Polygon and Elastos Smart Contract Chain.

@kpachhai kpachhai added new feature New feature or request beta labels Apr 4, 2022
@kpachhai kpachhai changed the title Add ens name if it exists for ethereum address on Profile(wallet and community space members list) Add ens name if it exists for ethereum address on Profile(wallet and nft collection community space members list) Apr 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
beta new feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
@kpachhai and others