ethpm / ethpm-cli

CLI tool for interacting with the ethPM ecosystem.
https://ethpm-cli.readthedocs.io/
MIT License
42 stars 12 forks source link

Verify EthPM registry contract on deploy #64

Open vbaranov opened 4 years ago

vbaranov commented 4 years ago

In order to increase trust to the registry contract, it would be awesome if it automatically verified with ethpm registry deploy ... comand in blockchain explorers like Blockscout or Etherscan since both of them support verify API endpoints:

Blockscout: https://blockscout.com/eth/mainnet/api_docs (no need API key) Etherscan: https://etherscan.io/apis#contracts (need API key)

njgheorghita commented 4 years ago

Great idea, thanks @vbaranov