huff-language / huff-docs

Extensive Huff Language Documentation, Tutorials, and Resources built with Vuepress and deployed at https://docs.huff.sh
https://docs.huff.sh
MIT License
36 stars 34 forks source link

Etherscan verified contracts #41

Open llllvvuu opened 2 years ago

llllvvuu commented 2 years ago

What's the status of Etherscan support?

Etherscan has a lot of great features for verified contracts such as Read/Write Contract, ABI, natspec, etc. Since huffc generates artifacts, Etherscan should have most of what it needs. The only thing that might be missing is natspec, which can be solved by recommending that the natspec be placed next to the ABI definitions rather than the macro definitions (this would allow it to be plugged into doc generators in general).

Ifechukwudaniel commented 1 year ago

Who wants to implement this and how are you going to do it