huff-docs
huff-docs copied to clipboard
Etherscan verified contracts
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).
Who wants to implement this and how are you going to do it