You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
Since all the EVMs work the same, we'll use the same method for all 3 - Elastos, Polygon and Elastos Smart Contract Chain.
The text was updated successfully, but these errors were encountered: