# RPC ile Bağlanma

Chiliz,  projeleriniz için bir Mainnet aracılığıyla kullanılabilir ve test amaçlı bir Testnet'e sahiptir.&#x20;

Chiliz Testnet'in adı Spicy'dir. Chiliz Mainnet ve Testnet uç noktalarına güvenmek kullanışlı, uygun maliyetli ve basittir.

## Mainnet'e Bağlanma

<table><thead><tr><th width="253">Parametre</th><th width="346">Değer</th></tr></thead><tbody><tr><td>Network Name</td><td>Chiliz Chain</td></tr><tr><td>RPC endpoint</td><td><a href="https://rpc.ankr.com/chiliz">https://rpc.ankr.com/chiliz</a><br>veya<br><a href="https://chiliz.publicnode.com

"><https://chiliz.publicnode.com></a></td></tr><tr><td>Chain ID</td><td>88888</td></tr><tr><td>Currency Symbol</td><td>CHZ</td></tr><tr><td>Chiliz Block Explorer URL</td><td><a href="https://chiliscan.com"><https://chiliscan.com></a><br>veya<br><a href="https://scan.chiliz.com "><https://scan.chiliz.com></a></td></tr></tbody></table>

## Spicy Testnet'e Bağlanma

<table><thead><tr><th width="253">Parametre</th><th width="312">Değer</th></tr></thead><tbody><tr><td>Network Name</td><td>Chiliz Spicy Testnet</td></tr><tr><td>RPC endpoint</td><td><mark style="color:blue;">https://spicy-rpc.chiliz.com/</mark><br>veya<br><mark style="color:blue;">https://chiliz-spicy.publicnode.com</mark></td></tr><tr><td>RPC Websocket</td><td><mark style="color:blue;">wss://spicy-rpc-ws.chiliz.com/</mark><br>veya<br><mark style="color:blue;">wss://chiliz-spicy.publicnode.com</mark></td></tr><tr><td>Chain ID</td><td>88882</td></tr><tr><td>Currency Symbol</td><td>CHZ</td></tr><tr><td>Spicy Block Explorer URL</td><td><p><a href="https://testnet.chiliscan.com/">https://testnet.chiliscan.com/</a></p><p>veya<br><a href="http://spicy-explorer.chiliz.com/"><mark style="color:blue;">http://spicy-explorer.chiliz.com/</mark></a></p></td></tr></tbody></table>

{% hint style="info" %}
**Scoville Testnet Hakkında**

Mayıs 2023'te Scoville Testnet'i Spicy Testnet ile değiştirdik.&#x20;

Scoville Testnet'te geliştirme veya yapmayı planlayan tüm geliştiriciler, yeni Chiliz Chain'i doğrudan yansıtacak şekilde güncel tutulacağı için testlerini bunun yerine Spicy Testnet'te yapmalıdır.
{% endhint %}

Chiliz Chain'in belirli cüzdanlara nasıl bağlanacağı hakkında bilgi için lütfen [**özel bir ağı manuel olarak eklemek üzere MetaMask kılavuzunu kullanın.**](https://support.metamask.io/networks-and-sidechains/managing-networks/how-to-add-a-custom-network-rpc/)


---

# 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/gelistir/temel-ogeler/chiliz-chaine-baglanma/rpc-ile-baglanma.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.
