NethermindEth / zksync-remix-plugin

Remix plugin for zkSync
MIT License
13 stars 11 forks source link

Implement contract verification via plugin #77

Closed stranger80 closed 2 months ago

stranger80 commented 7 months ago

Add feature to seamlessly submit a deployed contract for verification (see https://docs.zksync.io/build/tooling/block-explorer/contract-verification.html#hardhat-plugin )

stranger80 commented 5 months ago

Note after demo with Ago:

agolajko commented 5 months ago

Fix 'contract verification successful' message on terminal which is being presented even when unsuccesful

agolajko commented 5 months ago

Change the contract verification process to one where it's an opt-in:

image

pauliax commented 3 months ago

Afaik plugin now supports deploy and verification: https://github.com/NethermindEth/zksync-remix-plugin/pull/91

I have previously deployed a contract when this feature was not available. Would it be possible to add verification for an already deployed contract?

varex83 commented 2 months ago

Hey @pauliax ! Sorry for the late response, I've totally missed your message! Yes, of course we are thinking on the adding this kind of functinoallity. I will create an issue for that in order to track it!