# Contract Verification Plugins

{% hint style="info" %}
The following are **3rd party tools** and **utilities** :wrench: created by the community :raised\_hands: . We do not provide any support or warranties for the solutions listed below.
{% endhint %}

### hardhat-verify <a href="#hardhat-verify" id="hardhat-verify"></a>

A plugin to verifying contracts developed on the [**Hardhat** ](https://hardhat.org/)development environment, built by [**@nomiclabs**](https://nomiclabs.io/)

{% embed url="<https://hardhat.org/hardhat-runner/plugins/nomicfoundation-hardhat-verify>" %}

### truffle-plugin-verify <a href="#truffle-plugin-verify" id="truffle-plugin-verify"></a>

A plugin for verifying contracts built using the [**Truffle**](https://www.trufflesuite.com/) development environment, built by [**@rkalis**](https://github.com/rkalis/truffle-plugin-verify)

{% embed url="<https://www.npmjs.com/package/truffle-plugin-verify>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.blocksscan.io/contract-verification/contract-verification-plugins.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
