# Faydalı bilgiler

## Chiliz Chain

* BSC Chain’in bir çatallanması olarak Chiliz Chain, EVM ile uyumludur.
* Testnet’imizin adı Spicy Testnet 🌶️
* Başlamak için ihtiyacınız olan her şeyi içeren dokümantasyon portalımız ->[ https://docs.chiliz.com](https://docs.chiliz.com/)
* Blok gezginlerimiz ->[ https://chiliscan.com](https://chiliscan.com/) ve[ https://scan.chiliz.com](https://scan.chiliz.com/)
* Minimum gas fiyatı -> 2501 Gwei
* Gas limiti -> Bazı işlemler biraz daha fazla gas kullanır; çünkü yönetişim sözleşmelerimiz biraz daha karmaşıktır, bu yüzden işlemleriniz/dağıtımlarınız başarısız olursa, her zaman gas’iniz bitmiş mi diye kontrol edin.
* ~~Zincir henüz EIP1559 ile uyumlu değil.~~ Chiliz Chain, EIP 1559 ile uyumludur, bu tarihten beri [Dragon8 hard fork'u](/tr-ai/chiliz-chain-changelog/governance-proposals-and-decisions/2024-dragon8-hard-fork-announcement.md)!
* Lütfen derleyici sürümü 0.8.0+commit.c7dfd78e kullanın

## Biraz CHZ nasıl alınır?

### Spicy Testnet’te

* Faucet ->[ https://tatum.io/faucets/chiliz](https://tatum.io/faucets/chiliz)
* Wrapped Chiliz (wCHZ) ->[ https://spicy-bridge.chiliz.com/wrap](https://spicy-bridge.chiliz.com/wrap)

### Chiliz Chain Mainnet’te:

* Ethereum’dan köprüle ->[ https://bridge.chiliz.com/transfer](https://bridge.chiliz.com/transfer)
* Chiliz Chain’e bağlı bir borsa kullanın
  * Örn. Binance, ChilizX
* Wrapped Chiliz (wCHZ) ->[ https://bridge.chiliz.com/wrap](https://bridge.chiliz.com/wrap)

## Kullanılabilir Geliştirici Araçları 🧰

### Bağlanmak için araçlar: RPC’ler

* Ankr
  * Mainnet:[ https://rpc.ankr.com/chiliz](https://rpc.ankr.com/chiliz)
* AllNodes
  * Mainnet:[ https://chiliz.publicnode.com/](https://chiliz.publicnode.com/)
  * Testnet:[ https://chiliz-spicy.publicnode.com](https://chiliz-spicy.publicnode.com/)
* Chiliz
  * Testnet:[ https://spicy-rpc.chiliz.com](https://spicy-rpc.chiliz.com/)

### BUIDL için araçlar:

[Moralis](https://moralis.io/)

[Tatum](https://tatum.io/) (yalnızca mainnet’te kullanılabilir)

[Thirdweb](https://thirdweb.com/)

[WalletConnect](https://walletconnect.com/) (yalnızca mainnet’te kullanılabilir)

[Magic](https://magic.link/) (yalnızca mainnet’te kullanılabilir)

[Pyth Oracle / RNG](https://docs.pyth.network/home)

## Kaynaklar:

* [Geliştirici Rehberi](https://docs.chiliz.com/)
* [Faucet](https://spicy-faucet.chiliz.com/)
* [RPC’ler](https://docs.chiliz.com/develop/basics/connect-to-chiliz-chain/connect-using-rpc)
* [Köprü](https://bridge.chiliz.com/transfer)
* [Araçlar](https://docs.chiliz.com/community/chiliz-chain-ecosystem)

## Destek Grubu:

* [Discord](https://discord.gg/chiliz)
* [Telegram](https://t.me/BuildOnChiliz)

<br>


---

# 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-ai/community/developers-events/chiliz-sports-hackathon-july-2024/useful-information.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.
