# Remix IDE Kullanımı

[Remix IDE](https://remix-project.org/), akıllı sözleşmeler geliştirmek için bir GUI ile kurulum gerektirmeyen bir araçtır.&#x20;

Hem uzmanlar hem de yeni başlayanlar tarafından kullanılan Remix, kısa sürede işe koyulmanızı sağlayacaktır. Remix, web tabanlı bir ortam, bir masaüstü programı, bir VS Code uzantısı ve hatta bir CLI aracı olarak mevcuttur.

&#x20;Burada, web tabanlı sürümü kullanacağız.

{% hint style="info" %}
[Bir sözleşme oluşturmak için resmi Remix IDE belgeleri](https://remix-ide.readthedocs.io/en/latest/create_deploy.html)ni de kullanabilirsiniz.
{% endhint %}

## Remix IDE Kullanarak Akıllı Sözleşme Oluşturma

1. Web tabanlı erişim için <https://remix.ethereum.org> adresini ziyaret edin

Remix IDE tarayıcınızda açılacaktır.

<figure><img src="https://1947934350-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsaWTK3JzMTRe9Vohd0iJ%2Fuploads%2FicUFNz8ESY3CjUvB34QG%2Fimage.png?alt=media&#x26;token=a492c0bd-3140-4e2b-a81a-dcb410bba299" alt=""><figcaption></figcaption></figure>

2\. **Start Coding'e** tıklayın.

<div align="left"><figure><img src="https://1947934350-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsaWTK3JzMTRe9Vohd0iJ%2Fuploads%2FKMJyZNOihaCIs8mOHjwi%2Fimage.png?alt=media&#x26;token=aa1eff73-bdbb-4007-8a96-7b8201fd0c32" alt="" width="375"><figcaption></figcaption></figure></div>

Editör basit bir şablon ile açılacaktır.

<figure><img src="https://1947934350-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsaWTK3JzMTRe9Vohd0iJ%2Fuploads%2FIhmQeG4wYgUEmzzooqWe%2Fimage.png?alt=media&#x26;token=620d8979-b54a-481e-a532-c9d9f1d20df1" alt=""><figcaption></figcaption></figure>

3. [ERC-20 Akıllı Sözleşme](https://docs.chiliz.com/tr/hizli-baslangic/sozlesme-olusturma-ve-dogrulama/remix-ide-kullanimi/erc-20-akilli-sozlesmesi) sayfasını açın ve örnek sözleşmeyi panonuza kopyalayın.
4. Kopyalanan akıllı sözleşmeyi Remix editörüne yapıştırın. Dosyayı sol kenar çubuğundan yeniden adlandırabilirsiniz, örneğin `token.sol`&#x20;

<div align="left"><figure><img src="https://1947934350-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsaWTK3JzMTRe9Vohd0iJ%2Fuploads%2FwLCobcrBMp1xYvW4Awvl%2Fimage.png?alt=media&#x26;token=9dde0862-6518-4eb0-82e9-ab43623ed59c" alt="" width="309"><figcaption></figcaption></figure></div>

`symbol`, `name`, `decimals`, ve `_totalSupply` için farklı değerler girebilirsiniz.

<figure><img src="https://1947934350-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsaWTK3JzMTRe9Vohd0iJ%2Fuploads%2FmCANxCvgGh40VpBcvWUj%2Fimage.png?alt=media&#x26;token=84b20977-ab67-48c4-a82f-d43c7aa72aa6" alt=""><figcaption></figcaption></figure>

5\. **Compile'**&#x61; basın.

<div align="left"><figure><img src="https://1947934350-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsaWTK3JzMTRe9Vohd0iJ%2Fuploads%2F5mh4cCpcbx5bvfqM87tb%2Fimage.png?alt=media&#x26;token=6673e5ab-92f5-4c2f-9c8f-4cfb01b5be1b" alt="" width="375"><figcaption></figcaption></figure></div>

6. **Deploy & run transactions** bölümünü açın.

<div align="left"><figure><img src="https://1947934350-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsaWTK3JzMTRe9Vohd0iJ%2Fuploads%2FfgHwq19vVgpvsGDptF0y%2Fimage.png?alt=media&#x26;token=87045244-a1f8-414c-a0eb-4ed64bfcf01f" alt="" width="375"><figcaption></figcaption></figure></div>

* Sözleşmenin seçili olduğundan emin olun.
* **Deploy'**&#x61; tıklayın.

1. MetaMask hesabınızı bağlamak için ortamda "Injected Provider - MetaMask" seçeneğini seçin. MetaMask cüzdanınız otomatik olarak açılmalıdır. Oluşturulan sözleşmeyi MetaMask ile bağlamak için onay kutusunu işaretleyin. **Next'e (ileri)** ye tıklayın.

<div align="left"><figure><img src="https://1947934350-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsaWTK3JzMTRe9Vohd0iJ%2Fuploads%2FCnNXP6se52QkhBnmBKDQ%2Fimage.png?alt=media&#x26;token=f664b78c-03c9-4204-b720-01baba4820cc" alt="" width="300"><figcaption></figcaption></figure></div>

8\. MetaMask Cüzdanınızı akıllı sözleşmenize bağlamak için **Connect'i (bağlan)**'ı seçin.

![](https://1947934350-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsaWTK3JzMTRe9Vohd0iJ%2Fuploads%2Fvml4rzkmfpvJjG5Lt5VN%2Fimage.png?alt=media\&token=d71bbabe-41b7-46e4-a006-37d2ce5e4ba8)<br>

9\. RemixIDE'ye dönün ve aşağıdaki açılır pencere göründüğünde **SendTransaction**'ı seçin.

<figure><img src="https://1947934350-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsaWTK3JzMTRe9Vohd0iJ%2Fuploads%2FNdcDi0ZrgV2nmaAsrDIx%2Fimage.png?alt=media&#x26;token=d14c2a31-b29c-40a3-a514-556a50477dbe" alt=""><figcaption></figcaption></figure>

10\. Metamask Cüzdanınızda, Details (detaylar) sekmesinde, Sözleşme Oluşturma bilgilerini göreceksiniz. İşlem ücretini onaylıyorsanız **Confirm** (onayla) ile ilerleyin.

![](https://1947934350-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsaWTK3JzMTRe9Vohd0iJ%2Fuploads%2FCuY9vzxfOQ9H89B1hKgw%2Fimage.png?alt=media\&token=639f6451-2686-41fb-a28b-6fda4700d289)

Sözleşmeniz Chiliz Blokzinciri üzerinde oluşturuldu.

<div align="left"><figure><img src="https://1947934350-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsaWTK3JzMTRe9Vohd0iJ%2Fuploads%2F7vCLbsOD2M6k6zjkcXtQ%2Fimage.png?alt=media&#x26;token=e4612f40-0f26-4f0f-b54f-562dc8591b52" alt=""><figcaption></figcaption></figure></div>

Opsiyonel olarak, oluşturduğunuz akıllı sözleşmeyi Blok Tarayıcısında da görüntüleyebilirsiniz.<br>

<figure><img src="https://2673371361-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4L7rBH2rmyoBTn93MSdx%2Fuploads%2FKeabTkYHfw5yuOY6H7Zu%2Fimage.png?alt=media&#x26;token=1f5476c4-9182-4b01-8974-194f1aaf4b30" alt=""><figcaption></figcaption></figure>


---

# 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/remix-ide-kullanimi.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.
