PaulRBerg / multisol

CLI application for verifying Solidity contracts on Etherscan
MIT License
113 stars 2 forks source link

Integrate Etherscan API #6

Open PaulRBerg opened 3 years ago

PaulRBerg commented 3 years ago

It would be nice if Multisol provided a way to verify a contract programatically, on top of just creating a folder that must be uploaded by the user on Etherscan.

Other tools like solt expose this functionality in their API.

PaulRBerg commented 2 years ago

Looks like Foundry has added support for this in the meantime:

https://book.getfoundry.sh/forge/deploying.html

I could either inspire from their work when implementing this feature in Multisol, or I could just forget about it and close this issue.