> 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/th/phatthana/phuenthan/how-tos.md).

# คู่มือการใช้งาน

Chiliz Chain รองรับการทำงานร่วมกับ framework ที่เน้น Ethereum และเครื่องมือของบุคคลที่สามได้อย่างสมบูรณ์

ความเข้ากันได้นี้ช่วยให้นักพัฒนาสามารถใช้กระบวนการพัฒนา Ethereum ที่คุ้นเคยและผสานฟังก์ชันขั้นสูงได้

ในส่วนนี้ เราจะให้ตัวอย่างง่ายๆ โดยใช้เครื่องมือ EVM ที่รองรับ Chiliz Chain:

* [Moralis](https://moralis.com/): ในฐานะ framework ที่ครอบคลุมสำหรับนักพัฒนา Web3 Moralis มี API ที่เน้น EVM หลายรายการ ช่วยให้คุณส่งมอบโปรเจกต์ได้รวดเร็วยิ่งขึ้น\
  อ่าน[เอกสารเฉพาะสำหรับ Chiliz ของ Moralis](https://docs.moralis.com/web3-data-api/evm/chains/chiliz)
* [Tatum](https://tatum.io/): ในฐานะ framework รวมสำหรับสร้างแอป Web3 Tatum มี API ที่เน้น EVM หลายรายการ ช่วยให้คุณส่งมอบโปรเจกต์ได้รวดเร็วยิ่งขึ้น\
  อ่าน[เอกสารเฉพาะสำหรับ Chiliz ของ Tatum](https://docs.tatum.io/reference/rpc-chiliz)
* [thirdweb](https://thirdweb.com/): thirdweb คือ platform ที่มีเครื่องมือและโครงสร้างพื้นฐานสำหรับสร้างแอปพลิเคชันแบบกระจายศูนย์บน blockchain หลายเครือข่าย โดยลดความซับซ้อนในการผสาน blockchain ด้วย SDK, API และส่วนประกอบสำเร็จรูป อ่าน[หน้า Chiliz ของ thirdweb](https://thirdweb.com/chiliz-chain)
* [Nodit](https://nodit.io/): Nodit มีเครื่องมือที่ช่วยให้พัฒนาในสภาพแวดล้อม multi-chain ที่หลากหลายได้ง่ายขึ้น พร้อมบริการ node ที่เชื่อถือได้\
  อ่าน[เอกสาร API เฉพาะสำหรับ Chiliz ของ Nodit](https://developer.nodit.io/en/api/chiliz/web3-data-api/getblockbyhashornumber/)

{% content-ref url="/pages/yjtrQLflly3pJgt6kIno" %}
[ดูยอดคงเหลือกระเป๋าเงิน](/th/phatthana/phuenthan/how-tos/yot-sali-krapao.md)
{% endcontent-ref %}

{% content-ref url="/pages/KH9hT5Qrb84v3SlpAgJv" %}
[ดูประวัติกระเป๋าเงิน](/th/phatthana/phuenthan/how-tos/prawat-krapao.md)
{% endcontent-ref %}

{% content-ref url="/pages/pGJzASO6duD1YagRkdup" %}
[ดู Metadata ของ NFT](/th/phatthana/phuenthan/how-tos/metadata-nft.md)
{% endcontent-ref %}

เราขอแนะนำให้คุณสำรวจ platform เหล่านี้เพิ่มเติม และดูว่า platform ใดเหมาะกับแนวทางและความต้องการในการพัฒนาของคุณมากที่สุด

นอกจาก framework สำหรับ blockchain แล้ว คุณยังสามารถพึ่งพาเครื่องมือ vibe-coding เพื่อช่วยสร้างโปรเจกต์ Chiliz Chain ของคุณได้:

{% content-ref url="/pages/oCH6b21QxJIcl0ZhKwBM" %}
[สร้าง dApp ด้วยเครื่องมือ AI](/th/phatthana/phuenthan/how-tos/sang-dapp-ai.md)
{% endcontent-ref %}


---

# 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/th/phatthana/phuenthan/how-tos.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.
