> 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/tai-lieu-chiliz-chain.md).

# Tài liệu Chiliz Chain

Tài liệu dành cho nhà phát triển của Chiliz Chain, blockchain SportFi tương thích EVM. Xây dựng ứng dụng Fan Token, NFT, thị trường dự đoán và nhiều hơn nữa với hơn 70 đối tác IP lớn.

{% hint style="warning" %}
Xin lưu ý rằng tài liệu này được dịch tự động.\
Hãy cho chúng tôi biết nếu có lỗi.
{% endhint %}

## Chào mừng bạn đến với the Sports Blockchain\_

Hãy khám phá Chiliz Chain, blockchain chuyên biệt thúc đẩy cuộc cách mạng Thể thao & Giải trí.

{% columns %}
{% column width="50%" %}
Với Chiliz Chain, bạn có thể **mang đến cho người hâm mộ những trải nghiệm** đánh thức đam mê và mở rộng giới hạn của sự tương tác.

{% embed url="<https://www.youtube.com/watch?v=EnZTBZvxC4s>" %}

Xây dựng cổng Fan Token, tạo thị trường dự đoán, mint NFT thể thao, v.v. [Tìm cảm hứng](https://greenhousehub.chiliz.com/)!
{% endcolumn %}

{% column width="50%" %}
**Xây dựng ứng dụng SportFi tương thích EVM** với hơn 70 đối tác IP lớn, và truy cập trực tiếp đến các cộng đồng người hâm mộ đầy đam mê!

{% code expandable="true" %}

```javascript
// hardhat.config.js
module.exports = {
  solidity: "0.8.30",
  networks: {
    chiliz_testnet: {
      url: "https://spicy-rpc.chiliz.com/",
      chainId: 88882,
      accounts: [process.env.PRIVATE_KEY]
    },
    chiliz_mainnet: {
      url: "https://rpc.ankr.com/chiliz",
      chainId: 88888,
      accounts: [process.env.PRIVATE_KEY]
    }
  }
};
```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

**Tương thích với bộ công cụ của bạn**\
*MetaMask, Hardhat, Moralis, thirdweb, Nodit, Remix, Magic, Privy, và* [*nhiều công cụ khác*](/vi/bat-dau-nhanh.md)*...*

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Bắt Đầu Nhanh</strong></td><td><em>Đúng thứ bạn cần</em></td><td></td><td><a href="/vi/bat-dau-nhanh.md">Bắt Đầu Nhanh</a></td><td><a href="https://1710337568-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmZJvhONLDDh8SVE6LN63%2Fuploads%2Fgit-blob-a16170223a101ae88f4c4d66b8833e9f73921440%2Ftestnet.png?alt=media">testnet.png</a></td></tr><tr><td><strong>Học tập</strong></td><td><em>Khái niệm &#x26; lý thuyết</em></td><td></td><td><a href="/vi/hoc-tap.md">Học tập</a></td><td><a href="https://1710337568-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmZJvhONLDDh8SVE6LN63%2Fuploads%2Fgit-blob-2a8fe593f55c8f21ea1e819fd54f82a53a8b541e%2Fbook.png?alt=media">book.png</a></td></tr><tr><td><strong>Phát triển</strong></td><td><em>Đi sâu vào code</em></td><td></td><td><a href="/vi/phat-trien.md">Phát triển</a></td><td><a href="https://1710337568-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmZJvhONLDDh8SVE6LN63%2Fuploads%2FvbziuGOiTBDkezzxXsKA%2Fdevelop.png?alt=media&amp;token=c6828814-6342-4f44-ac46-c40b7f729026">develop.png</a></td></tr><tr><td><strong>Tài trợ &#x26; Phần thưởng</strong></td><td><em>Nhận tài trợ</em></td><td></td><td><a href="/vi/hoc-tap/ve-chiliz-chain/chiliz-greenhouse.md">Chiliz Greenhouse</a></td><td></td></tr></tbody></table>

{% hint style="info" %}
Để cập nhật những phát triển mới nhất của Chiliz Chain,\
hãy theo dõi chúng tôi trên [X.com/Twitter](https://twitter.com/chiliz) hoặc tham gia cùng chúng tôi trên [Discord](https://discord.gg/chiliz) và [Telegram](https://t.me/BuildOnChiliz).
{% endhint %}


---

# 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/tai-lieu-chiliz-chain.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.
