> 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/tr/gelistir/temel-ogeler/nasil-yapilir.md).

# Nasıl Yapılır

Chiliz Chain, Ethereum merkezli framework'ler ve üçüncü taraf araçlarla tam uyumludur.

Bu uyumluluk, geliştiricilerin tanıdık Ethereum geliştirme süreçlerini kullanmasına ve gelişmiş işlevleri entegre etmesine olanak tanır.

Bu bölümde, Chiliz Chain'i entegre eden EVM araçlarını kullanan bazı basit örnekler sunuyoruz:

* [Moralis](https://moralis.com/): Kapsamlı bir Web3 geliştirici framework'ü olan Moralis, projeleri daha hızlı hayata geçirmenizi sağlayan çeşitli EVM merkezli API'ler sunmaktadır.\
  [Moralis'in Chiliz'e özgü belgelerini](https://docs.moralis.com/web3-data-api/evm/chains/chiliz) okuyun.
* [Tatum](https://tatum.io/): Web3 uygulamaları oluşturmak için birleşik bir framework olan Tatum, projeleri daha hızlı teslim etmenizi sağlayan çeşitli EVM merkezli API'ler sunmaktadır.\
  [Tatum'ın Chiliz'e özgü belgelerini](https://docs.tatum.io/reference/rpc-chiliz) okuyun.
* [thirdweb](https://thirdweb.com/): thirdweb, birden fazla blockchain ağında merkeziyetsiz uygulamalar oluşturmak için araçlar ve altyapı sunan bir platformdur. SDK'lar, API'ler ve önceden oluşturulmuş bileşenlerle blockchain entegrasyonunu kolaylaştırır. [thirdweb'in Chiliz sayfasını](https://thirdweb.com/chiliz-chain) okuyun.
* [Nodit](https://nodit.io/): Nodit, çeşitli çok zincirli ortamlarda geliştirmeyi ve güvenilir node hizmetlerini kolaylaştıran araçlar sunmaktadır.\
  [Nodit'in Chiliz'e özgü API referansını](https://developer.nodit.io/en/api/chiliz/web3-data-api/getblockbyhashornumber/) okuyun.

[Cüzdan Bakiyesi Nasıl Sorgulanır](/tr/gelistir/temel-ogeler/nasil-yapilir/cuzdan-bakiyesi-sorgulama.md)

[Cüzdan Geçmişi Nasıl Sorgulanır](/tr/gelistir/temel-ogeler/nasil-yapilir/cuzdan-gecmisi-sorgulama.md)

[Belirli Bir NFT'nin Meta Verileri Nasıl Sorgulanır](/tr/gelistir/temel-ogeler/nasil-yapilir/nft-metadata-sorgulama.md)

Tüm bu platformları daha ayrıntılı keşfetmenizi ve geliştirme pratiklerinize ve tercihlerinize hangisinin uyduğunu görmenizi teşvik ediyoruz.

Blockchain framework'lerinin yanı sıra, Chiliz Chain projenizi oluşturmanıza yardımcı olacak vibe-coding araçlarından yararlanabilirsiniz:

[Yapay Zeka Araçlarıyla Chiliz dApp Nasıl Geliştirilir](/tr/gelistir/temel-ogeler/nasil-yapilir/ai-araclariyla-dapp-gelistirme.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.chiliz.com/tr/gelistir/temel-ogeler/nasil-yapilir.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
