> 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/developper/notions-de-base/deployer-un-smart-contract.md).

# Déployer un smart contract

La construction d'un smart contract est une étape essentielle du projet créatif qui mène à une dApp pour Chiliz Chain — ou toute autre blockchain, d'ailleurs.

Il y a deux étapes par lesquelles vous **devez** passer une fois que vous avez construit 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 smart contracts.

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

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

Pour déployer votre smart contract sur Chiliz Chain, nous recommandons l'une de ces options :

{% content-ref url="/pages/mfigqRC489LNxRseIzdQ" %}
[Déployer avec Remix](/fr/developper/notions-de-base/deployer-un-smart-contract/deployer-avec-remix.md)
{% endcontent-ref %}

{% content-ref url="/pages/cuA9K0sLIwfWprEaGLxX" %}
[Déployer avec thirdweb](/fr/developper/notions-de-base/deployer-un-smart-contract/deployer-avec-thirdweb.md)
{% endcontent-ref %}

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

{% content-ref url="/pages/3Hqu3q6dMsx4FIjlGfxJ" %}
[Vérifier un smart contract](/fr/developper/notions-de-base/verifier-un-smart-contract.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/developper/notions-de-base/deployer-un-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.
