# Déployer un contrat intelligent

La création d’un smart contract est une partie essentielle du projet créatif qui mène à une dApp pour Chiliz Chain — ou pour n’importe quelle blockchain, en réalité.

Il y a deux étapes que vous **doit** devez suivre une fois que vous avez créé le smart contract de votre dApp :

1. Déployer le contrat sur Chiliz Chain.
2. Vérifier ce contrat.

Cette section se concentre sur le déploiement de contrats intelligents.

{% hint style="success" %}
Pour vous assurer que votre transaction de déploiement ne reste pas trop longtemps à l’état « en attente », vous devez inclure suffisamment pour couvrir les frais :

* Frais de gas minimum : 2 500 gwei.
* Frais de priorité minimum : 1 gwei.
  {% endhint %}

Pour déployer votre contrat intelligent sur Chiliz Chain, nous recommandons l’une de ces options :

{% content-ref url="/pages/598301814e454fc663e5d17fcc3a7e4c582bca0f" %}
[Déployer avec Remix](/fr-ai/develop/basics/deploy-a-smart-contract/deploy-with-remix.md)
{% endcontent-ref %}

{% content-ref url="/pages/80d10241280c43df7e068492ad176d982a9c328e" %}
[Déployer avec thirdweb](/fr-ai/develop/basics/deploy-a-smart-contract/deploy-with-thirdweb.md)
{% endcontent-ref %}

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

{% content-ref url="/pages/a738e5357d90cb06e9f575af3b44caf6cdb096f2" %}
[Vérifier un contrat intelligent](/fr-ai/develop/basics/verifiy-a-smart-contract.md)
{% endcontent-ref %}


---

# 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.chiliz.com/fr-ai/develop/basics/deploy-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.
