0.2.0 • Published 2 years ago

@cartesi/hardhat-verify-deployments v0.2.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

hardhat-verify-deployments

Verify smart contracts deployed by hardhat-deploy

Installation

npm install -D @cartesi/hardhat-verify-deployments @nomiclabs/hardhat-etherscan hardhat-deploy
yarn add --dev @cartesi/hardhat-verify-deployments @nomiclabs/hardhat-etherscan hardhat-deploy

Import the plugin in your hardhat.config.js:

require("@cartesi/hardhat-verify-deployments");

Or if you are using TypeScript, in your hardhat.config.ts:

import "@cartesi/hardhat-verify-deployments";

Required plugins

Tasks

This plugin provides a single task, with no args:

npx hardhat verify:deployments

This will verify on etherscan all the contracts deployed by hardhat-deploy.

Configuration

You must have both @nomiclabs/hardhat-etherscan and hardhat-deploy configured. Check their documentation for more information on how to do that.

Contributing

Thank you for your interest in Cartesi! Head over to our Contributing Guidelines for instructions on how to sign our Contributors Agreement and get started with Cartesi!

Please note we have a Code of Conduct, please follow it in all your interactions with the project.

Authors

  • Danilo Tuler

License

The repository and all contributions are licensed under APACHE 2.0. Please review our LICENSE file.