-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EPIC] ERC Registry #1028
Comments
@quiet-node and @natanasow to sync up on this and produce a design doc first highlight approach. |
Suggestion from @acuarica to utilize the verification service to add additional confidence. |
Discussions about this Epic at #1035 |
@quiet-node can we close this? If not open items please go ahead and close |
Problem
On Hedera both HTS tokens and ERC tokens are supported. However, HTS tokens have improved APIs and allow for easy retrieval of existence and balance across accounts on the network.
Like other EVM chains, it is not easy to know what all ERC tokens are specified within smart contracts on the network without first knowing the contracts and confirming they accurately implement the interface needed.
With this in mind it's difficult for the mirror node explorer or other apps to know and display ERCs
Solution
Implement a new project to create a registry of contracts that are highly likely to be ERCs. The Mirror node explorer and other applications can use this list as a foundation to enhance their user experience.
Alternatives
No response
Tasks
The text was updated successfully, but these errors were encountered: