starknet-hardhat-plugin icon indicating copy to clipboard operation
starknet-hardhat-plugin copied to clipboard

Feat: verify contracts with starkscan

Open ivpavici opened this issue 3 years ago • 3 comments

Inspired by: https://github.com/martriay/nile-verifer-plugin/blob/main/nile_verifier/main.py

https://starkscan.co/

https://github.com/starkscan/starkscan-verifier

ivpavici avatar Oct 05 '22 21:10 ivpavici

What would be the advantages of having starkscan verification integrated into the plugin, compared to using the official CLI tool (https://github.com/starkscan/starkscan-verifier)

FabijanC avatar Jan 18 '23 08:01 FabijanC

Hardhat itself supports this feature for Ethereum: https://hardhat.org/hardhat-runner/docs/guides/verifying

ivpavici avatar Jun 21 '23 08:06 ivpavici

It should be noted that we already have this feature for Voyager. I don't know if the API is up to date (because it's included in alpha-goerli tests which we have been skipping for months now). I also don't know how many people are using either Voyager or our CLI command to verify there.

FabijanC avatar Jun 21 '23 09:06 FabijanC