> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/fr-ai/develop/basics/verify-a-smart-contract.md).

# Vérifier un contrat intelligent

{% hint style="success" %}
Après avoir créé un contrat intelligent, il est **nécessaire** de le vérifier.\
Seul **vous** vous pouvez le faire, et vous devriez le faire dès que le contrat est déployé.
{% endhint %}

La vérification d’un smart contract vous permet de confirmer que le code स्रोत du contrat correspond à une adresse de contrat spécifique sur la blockchain. C’est crucial pour la transparence et la confiance, surtout dans le monde décentralisé de la blockchain.

Une fois que vous avez déployé votre smart contract sur Chiliz Chain, vous pouvez le vérifier en utilisant un explorateur de blocs, tel que [Chiliscan](https://chiliscan.com/) (en utilisant [Routescan](https://routescan.io/)) ou [Chiliz Block Explorer](https://scan.chiliz.com/) (en utilisant [Blockscout](https://www.blockscout.com/)).

{% content-ref url="/pages/f20fe3c5a762efeb53ec1c756f003aa41a408324" %}
[Vérifier avec Chiliscan](/fr-ai/develop/basics/verify-a-smart-contract/verify-with-chiliscan.md)
{% endcontent-ref %}

{% content-ref url="/pages/cdc4f1577b1dd48558803d077b5a962ce7f8e8ae" %}
[Vérifier avec Chiliz Block Explorer](/fr-ai/develop/basics/verify-a-smart-contract/verify-with-chiliz-block-explorer.md)
{% endcontent-ref %}

Vous pouvez également vérifier votre contrat via la ligne de commande :

{% content-ref url="/pages/87065367d4c0a88ced00d8af71e53c9950acf013" %}
[Vérifier avec Hardhat](/fr-ai/develop/basics/verify-a-smart-contract/verify-with-hardhat.md)
{% endcontent-ref %}

Notez qu’il peut être plus facile pour vous de valider votre smart contract déployé en utilisant une version aplatie de celui-ci. Voici comment :

{% content-ref url="/pages/1752c83bb0478442dee2b42c66e363ce630fbb55" %}
[Aplatir un contrat intelligent](/fr-ai/develop/basics/verify-a-smart-contract/flatten-a-smart-contract.md)
{% endcontent-ref %}

Dans tous les cas, suivez toujours les bonnes pratiques !

{% content-ref url="/pages/96b99e469abf440c74de044aafb368e4b9bd1fbf" %}
[Bonnes pratiques de vérification](/fr-ai/develop/basics/verify-a-smart-contract/verification-best-practices.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.chiliz.com/fr-ai/develop/basics/verify-a-smart-contract.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.
