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
Currently, the ERC Registry project has an MVP capable of indexing the network, detecting ERC-20 and ERC-721 tokens, and writing the records to the registry. However, additional features could enhance the tool and make it more versatile.
Solution
Implement new enhancements and features based on user feedback to improve the tool.
The content you are editing has changed. Please copy your edits and refresh the page.
The proposed functionality to store bytecode in the registry may not be practical to implement, as it does not provide additional benefits and could negatively impact performance. Bytecodes are typically large, and the registry contains thousands of contracts. Including bytecode for each contract would significantly increase the size of the registry files, resulting in longer load times for dependent applications. Given these drawbacks, this feature will be temporarily removed from the roadmap.
Problem
Currently, the ERC Registry project has an MVP capable of indexing the network, detecting ERC-20 and ERC-721 tokens, and writing the records to the registry. However, additional features could enhance the tool and make it more versatile.
Solution
Implement new enhancements and features based on user feedback to improve the tool.
Tasks
The text was updated successfully, but these errors were encountered: