https://github.com/numtel/hardhat-plugin-noop
Enable use of @nomicfoundation/hardhat-verify without adding main hardhat dependency
https://github.com/numtel/hardhat-plugin-noop
Last synced: 3 months ago
JSON representation
Enable use of @nomicfoundation/hardhat-verify without adding main hardhat dependency
- Host: GitHub
- URL: https://github.com/numtel/hardhat-plugin-noop
- Owner: numtel
- Created: 2024-07-05T14:36:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T14:41:26.000Z (almost 2 years ago)
- Last Synced: 2025-10-24T23:45:12.242Z (7 months ago)
- Homepage: https://www.npmjs.com/package/hardhat-plugin-noop
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hardhat-plugin-noop
The [hardhat-verify](https://www.npmjs.com/package/@nomicfoundation/hardhat-verify) package is useful to reuse outside of Hardhat for other applications that wish to submit Solidity contract sources to Etherscan, Sourcify, and Blockscan but its dependency on the main `hardhat` package is a superfluous.
This package can be loaded in a `package.json` file like this:
```
{
"dependencies": {
"@nomicfoundation/hardhat-verify": "^2.0.8",
"hardhat": "npm:hardhat-plugin-noop@0.0.1"
}
}
```
## License
MIT