> 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/vi/phat-trien/co-ban/cach-thuc.md).

# Cách Thức

Chiliz Chain hoàn toàn tương thích với các framework lấy Ethereum làm trung tâm và các công cụ của bên thứ ba.

Sự tương thích này cho phép các nhà phát triển sử dụng quy trình phát triển Ethereum quen thuộc và tích hợp các chức năng nâng cao.

Trong phần này, chúng tôi cung cấp cho bạn một số ví dụ đơn giản sử dụng các công cụ EVM tích hợp Chiliz Chain:

* [Moralis](https://moralis.com/): Là một framework toàn diện dành cho các nhà phát triển Web3, Moralis cung cấp nhiều API lấy EVM làm trung tâm, giúp bạn hoàn thành dự án nhanh hơn.\
  Đọc [tài liệu dành riêng cho Chiliz của Moralis](https://docs.moralis.com/web3-data-api/evm/chains/chiliz).
* [Tatum](https://tatum.io/): Là một framework thống nhất để xây dựng ứng dụng Web3, Tatum cung cấp nhiều API lấy EVM làm trung tâm, giúp bạn hoàn thành dự án nhanh hơn.\
  Đọc [tài liệu dành riêng cho Chiliz của Tatum](https://docs.tatum.io/reference/rpc-chiliz).
* [thirdweb](https://thirdweb.com/): thirdweb là nền tảng cung cấp các công cụ và cơ sở hạ tầng để xây dựng ứng dụng phi tập trung trên nhiều mạng blockchain. Nền tảng này đơn giản hóa việc tích hợp blockchain với SDK, API và các thành phần dựng sẵn. Đọc [trang Chiliz của thirdweb](https://thirdweb.com/chiliz-chain).
* [Nodit](https://nodit.io/): Nodit cung cấp các công cụ giúp việc phát triển trong nhiều môi trường đa chuỗi và các dịch vụ node đáng tin cậy trở nên dễ dàng hơn.\
  Đọc [tài liệu tham khảo API dành riêng cho Chiliz của Nodit](https://developer.nodit.io/en/api/chiliz/web3-data-api/getblockbyhashornumber/).

[Cách lấy số dư của một ví](/vi/phat-trien/co-ban/cach-thuc/lay-so-du-vi.md)

[Cách lấy lịch sử của một ví](/vi/phat-trien/co-ban/cach-thuc/lay-lich-su-vi.md)

[Cách lấy metadata của một NFT cụ thể](/vi/phat-trien/co-ban/cach-thuc/lay-metadata-nft.md)

Chúng tôi khuyến khích bạn khám phá thêm tất cả các nền tảng này và xem nền tảng nào phù hợp với quy trình và sở thích phát triển của bạn.

Ngoài các framework blockchain, bạn có thể dựa vào các công cụ vibe-coding để hỗ trợ xây dựng dự án Chiliz Chain của mình:

[Cách xây dựng một dApp Chiliz với công cụ AI](/vi/phat-trien/co-ban/cach-thuc/xay-dung-dapp-voi-ai.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/vi/phat-trien/co-ban/cach-thuc.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.
