# Sözleşme Oluşturma ve Doğrulama

{% hint style="info" %}
**Ön Koşullar**

1. Bu dokümantasyon, MetaMask'ı sisteminize zaten yüklediğinizi varsayar. Değilse, önce [MetaMask'ı web tabanlı uzantıyı veya mobil uygulamayı yükleyin](https://docs.chiliz.com/tr/gelistir/temel-ogeler/metamask-kullanimi/metamask-kurulumu).
2. Kolaylık sağlamak için, MetaMask uzantısını tercih ettiğiniz tarayıcıya 📍 sabitleyin.
   {% endhint %}

Chiliz Chain üzerinde uygulanacak iki ana adım burada belgelenmiştir.

## Adım 1: Akıllı Sözleşme Oluşturma

Aşağıdaki opsiyonları kullanabilirsiniz:

{% content-ref url="sozlesme-olusturma-ve-dogrulama/remix-ide-kullanimi" %}
[remix-ide-kullanimi](https://docs.chiliz.com/tr/hizli-baslangic/sozlesme-olusturma-ve-dogrulama/remix-ide-kullanimi)
{% endcontent-ref %}

{% content-ref url="sozlesme-olusturma-ve-dogrulama/thirdweb-kullanimi" %}
[thirdweb-kullanimi](https://docs.chiliz.com/tr/hizli-baslangic/sozlesme-olusturma-ve-dogrulama/thirdweb-kullanimi)
{% endcontent-ref %}

## Adım 2: Akıllı Sözleşmeyi Doğrulama

Bir akıllı sözleşme oluşturduktan sonra, onu doğrulamak gerekir.&#x20;

Bir akıllı sözleşmenin doğrulanması, sözleşmenin kaynak kodunun blokzincirindeki belirli bir sözleşme adresine karşılık geldiğini onaylamanıza olanak tanır. Bu, özellikle blokzincirinin merkeziyetsiz dünyasında şeffaflık ve güven için çok önemlidir.&#x20;

Akıllı sözleşmenizi Chiliz Chain'de oluşturduktan sonra, [Chiliscan](https://chiliscan.com/) ([Routescan ](https://routescan.io/)tabanlı) veya [Chiliz Block Explorer](https://scan.chiliz.com/) ([Blockscout](https://www.blockscout.com/) tabanlı) gibi bir blok gezgini kullanarak doğrulayabilirsiniz.

{% content-ref url="sozlesme-olusturma-ve-dogrulama/chiliscan-ile-dogrulama" %}
[chiliscan-ile-dogrulama](https://docs.chiliz.com/tr/hizli-baslangic/sozlesme-olusturma-ve-dogrulama/chiliscan-ile-dogrulama)
{% endcontent-ref %}

{% content-ref url="sozlesme-olusturma-ve-dogrulama/chiliz-block-explorer-ile-dogrulama" %}
[chiliz-block-explorer-ile-dogrulama](https://docs.chiliz.com/tr/hizli-baslangic/sozlesme-olusturma-ve-dogrulama/chiliz-block-explorer-ile-dogrulama)
{% 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/tr/hizli-baslangic/sozlesme-olusturma-ve-dogrulama.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.
