matter-labs / block-explorer

zkSync Era Block Explorer
Apache License 2.0
124 stars 109 forks source link

FEATURE REQUEST: Add ABI Information to zkSync Explorer #242

Open samui68400 opened 6 months ago

samui68400 commented 6 months ago

📝 Description I propose integrating ABI information directly into the zkSync Explorer to enhance user experience and simplify contract interaction.

🤔 Rationale This feature is crucial as it streamlines the process for developers and users alike. Currently, relying on encoded data through the CLI is cumbersome and time-consuming. By including ABI information in the zkSync Explorer, users can easily access contract details and interact with contracts more efficiently.

📋 Additional Context I have explored an alternative solution using encoded data through the CLI, but it is not practical and adds complexity to the coding process. Integrating ABI information directly into the zkSync Explorer would significantly improve the user experience and streamline contract interaction.